1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
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/.
10 #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDGL3DPROPERTIES_HXX
11 #define INCLUDED_CHART2_SOURCE_CONTROLLER_CHARTAPIWRAPPER_WRAPPEDGL3DPROPERTIES_HXX
14 #include <boost/shared_ptr.hpp>
16 #include <com/sun/star/beans/Property.hpp>
20 class WrappedProperty
;
24 class Chart2ModelContact
;
26 class WrappedGL3DProperties
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
);
38 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */