fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / chart2 / source / controller / chartapiwrapper / WrappedGL3DProperties.hxx
blob7671151bdff6680b1fbda6708cfcbc1e65a2ab07
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
10 #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDGL3DPROPERTIES_HXX
11 #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDGL3DPROPERTIES_HXX
13 #include <vector>
14 #include <boost/shared_ptr.hpp>
16 #include <com/sun/star/beans/Property.hpp>
18 namespace chart {
20 class WrappedProperty;
22 namespace wrapper {
24 class Chart2ModelContact;
26 class WrappedGL3DProperties
28 public:
29 static void addProperties( std::vector<css::beans::Property> & rOutProps );
30 static void addWrappedProperties(
31 std::vector<WrappedProperty*>& rList, const boost::shared_ptr<Chart2ModelContact>& pChart2ModelContact );
36 #endif
38 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */