diff options
Diffstat (limited to 'chart2/source/inc/SceneProperties.hxx')
-rw-r--r-- | chart2/source/inc/SceneProperties.hxx | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/chart2/source/inc/SceneProperties.hxx b/chart2/source/inc/SceneProperties.hxx index 9fedd60a643f..69eaec2b4c16 100644 --- a/chart2/source/inc/SceneProperties.hxx +++ b/chart2/source/inc/SceneProperties.hxx @@ -16,12 +16,11 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_CHART2_SOURCE_INC_SCENEPROPERTIES_HXX -#define INCLUDED_CHART2_SOURCE_INC_SCENEPROPERTIES_HXX +#pragma once +#include <config_options.h> #include "PropertyHelper.hxx" #include "FastPropertyIdRanges.hxx" -#include "charttoolsdllapi.hxx" #include <vector> @@ -72,14 +71,12 @@ namespace SceneProperties PROP_SCENE_LIGHT_ON_8 }; - OOO_DLLPUBLIC_CHARTTOOLS void AddPropertiesToVector( + void AddPropertiesToVector( std::vector< css::beans::Property > & rOutProperties ); - OOO_DLLPUBLIC_CHARTTOOLS void AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ); + void AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ); } } // namespace chart -#endif // INCLUDED_CHART2_SOURCE_INC_SCENEPROPERTIES_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |