summaryrefslogtreecommitdiff
path: root/chart2/source/inc/CharacterProperties.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:08:44 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:35:56 +0100
commit5b736d96ba96d9b40a90188b334c6014d349bdf6 (patch)
tree526490cc182fc6f99ce437a6cc5b8bd10c78b416 /chart2/source/inc/CharacterProperties.hxx
parent5272bfb329e828092de0f49bebdf9a8ce2a40c5b (diff)
loplugin:deletedspecial
Change-Id: Ifdbeea8d4e49ae38b843675758fcc29aee974bdf
Diffstat (limited to 'chart2/source/inc/CharacterProperties.hxx')
-rw-r--r--chart2/source/inc/CharacterProperties.hxx17
1 files changed, 6 insertions, 11 deletions
diff --git a/chart2/source/inc/CharacterProperties.hxx b/chart2/source/inc/CharacterProperties.hxx
index 36a2eec6984f..026bedf2a9ad 100644
--- a/chart2/source/inc/CharacterProperties.hxx
+++ b/chart2/source/inc/CharacterProperties.hxx
@@ -35,9 +35,8 @@ namespace chart
// com.sun.star.style.CharacterProperties
// com.sun.star.style.CharacterPropertiesAsian
// com.sun.star.style.CharacterPropertiesComplex
-class OOO_DLLPUBLIC_CHARTTOOLS CharacterProperties
+namespace CharacterProperties
{
-public:
// FastProperty Ids for properties
enum
{
@@ -121,20 +120,16 @@ public:
FAST_PROPERTY_ID_END_CHAR_PROP
};
- static void AddPropertiesToVector(
+ OOO_DLLPUBLIC_CHARTTOOLS void AddPropertiesToVector(
::std::vector< ::com::sun::star::beans::Property > & rOutProperties );
- static void AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap );
+ OOO_DLLPUBLIC_CHARTTOOLS void AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap );
- static bool IsCharacterPropertyHandle( sal_Int32 nHandle );
+ OOO_DLLPUBLIC_CHARTTOOLS bool IsCharacterPropertyHandle( sal_Int32 nHandle );
- static ::com::sun::star::awt::FontDescriptor createFontDescriptorFromPropertySet(
+ OOO_DLLPUBLIC_CHARTTOOLS ::com::sun::star::awt::FontDescriptor createFontDescriptorFromPropertySet(
const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XMultiPropertySet > & xMultiPropSet );
-
-private:
- // not implemented
- CharacterProperties();
-};
+}
} // namespace chart