diff options
author | Muthu Subramanian <sumuthu@suse.com> | 2012-04-09 18:24:11 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@suse.com> | 2012-04-09 18:24:11 +0530 |
commit | 1c44b263d789b4c20e9178c6432300e301df94d6 (patch) | |
tree | 07a8097317a8dd3dfd41b3d4305a154c10acf979 /svx/inc | |
parent | 161fb1781bec7e587743b7589d00c9eb7fa00ac7 (diff) |
fdo43752: PPTX import fix affected odp imports.
Related bugs: n#719989, n#719997
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/EnhancedCustomShape2d.hxx | 1 | ||||
-rw-r--r-- | svx/inc/svx/svdoashp.hxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/svx/inc/svx/EnhancedCustomShape2d.hxx b/svx/inc/svx/EnhancedCustomShape2d.hxx index 415385cea83f..0d9da95a5d68 100644 --- a/svx/inc/svx/EnhancedCustomShape2d.hxx +++ b/svx/inc/svx/EnhancedCustomShape2d.hxx @@ -182,6 +182,7 @@ class EnhancedCustomShape2d : public SfxItemSet sal_Bool IsFlipVert() { return bFlipV; }; sal_Bool IsFlipHorz() { return bFlipH; }; sal_Int32 GetRotateAngle() { return nRotateAngle; }; + SVX_DLLPUBLIC bool IsPostRotate() const; SVX_DLLPUBLIC SdrObject* CreateLineGeometry(); SVX_DLLPUBLIC SdrObject* CreateObject( sal_Bool bLineGeometryNeededOnly ); diff --git a/svx/inc/svx/svdoashp.hxx b/svx/inc/svx/svdoashp.hxx index 013e1508239b..0f540190493a 100644 --- a/svx/inc/svx/svdoashp.hxx +++ b/svx/inc/svx/svdoashp.hxx @@ -145,6 +145,7 @@ public: sal_Bool IsMirroredX() const; sal_Bool IsMirroredY() const; + bool IsPostRotate() const; void SetMirroredX( const sal_Bool bMirroredX ); void SetMirroredY( const sal_Bool bMirroredY ); |