summaryrefslogtreecommitdiff
path: root/svx/source/customshapes/EnhancedCustomShape3d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/customshapes/EnhancedCustomShape3d.hxx')
-rw-r--r--svx/source/customshapes/EnhancedCustomShape3d.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShape3d.hxx b/svx/source/customshapes/EnhancedCustomShape3d.hxx
index 8c59cccc451d..4cfc91312bd9 100644
--- a/svx/source/customshapes/EnhancedCustomShape3d.hxx
+++ b/svx/source/customshapes/EnhancedCustomShape3d.hxx
@@ -48,7 +48,7 @@ class EnhancedCustomShape3d
const double* pMap;
- public :
+ public:
Transformation2D( const SdrObject* pCustomShape, const Rectangle& rBoundRect, const double* pMap );
@@ -59,10 +59,10 @@ class EnhancedCustomShape3d
friend class Transformation2D;
- protected :
+ protected:
static Rectangle CalculateNewSnapRect( const SdrObject* pCustomShape, const Rectangle& rSnapRect, const Rectangle& rBoundRect, const double* pMap );
- public :
+ public:
static SdrObject* Create3DObject( const SdrObject* pShape2d, const SdrObject* pCustomShape );
};