summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/drawingml/chart/objectformatter.hxx2
-rw-r--r--oox/inc/drawingml/shape3dproperties.hxx14
2 files changed, 8 insertions, 8 deletions
diff --git a/oox/inc/drawingml/chart/objectformatter.hxx b/oox/inc/drawingml/chart/objectformatter.hxx
index 731b1501fcb8..1e8d7807095c 100644
--- a/oox/inc/drawingml/chart/objectformatter.hxx
+++ b/oox/inc/drawingml/chart/objectformatter.hxx
@@ -122,7 +122,7 @@ public:
ObjectType eObjType );
/** Sets text rotation properties to the passed property set. */
- void convertTextRotation(
+ static void convertTextRotation(
PropertySet& rPropSet,
const ModelRef< TextBody >& rxTextProp,
bool bSupportsStacked );
diff --git a/oox/inc/drawingml/shape3dproperties.hxx b/oox/inc/drawingml/shape3dproperties.hxx
index 5c3eaa00ead2..d3e491b29eba 100644
--- a/oox/inc/drawingml/shape3dproperties.hxx
+++ b/oox/inc/drawingml/shape3dproperties.hxx
@@ -73,18 +73,18 @@ struct Shape3DProperties
/** Overwrites all members that are explicitly set in rSourceProps. */
void assignUsed( const Shape3DProperties& rSourceProps );
- OUString getCameraPrstName( sal_Int32 nElement );
- OUString getLightRigName( sal_Int32 nElement );
- OUString getLightRigDirName( sal_Int32 nElement );
- OUString getBevelPresetTypeString( sal_Int32 nType );
- OUString getPresetMaterialTypeString( sal_Int32 nType );
+ static OUString getCameraPrstName( sal_Int32 nElement );
+ static OUString getLightRigName( sal_Int32 nElement );
+ static OUString getLightRigDirName( sal_Int32 nElement );
+ static OUString getBevelPresetTypeString( sal_Int32 nType );
+ static OUString getPresetMaterialTypeString( sal_Int32 nType );
css::uno::Sequence< css::beans::PropertyValue > getCameraAttributes();
css::uno::Sequence< css::beans::PropertyValue > getLightRigAttributes();
css::uno::Sequence< css::beans::PropertyValue > getShape3DAttributes(
const GraphicHelper& rGraphicHelper, sal_Int32 rPhClr = API_RGB_TRANSPARENT );
- css::uno::Sequence< css::beans::PropertyValue > getBevelAttributes( BevelProperties rProps );
- css::uno::Sequence< css::beans::PropertyValue > getColorAttributes(
+ static css::uno::Sequence< css::beans::PropertyValue > getBevelAttributes( BevelProperties rProps );
+ static css::uno::Sequence< css::beans::PropertyValue > getColorAttributes(
const Color& rColor, const GraphicHelper& rGraphicHelper, sal_Int32 rPhClr );
};