summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@suse.com>2012-01-11 15:24:27 +0530
committerMuthu Subramanian <sumuthu@suse.com>2012-01-11 15:24:27 +0530
commit5c4d1b05faa8a3d704fc74a186a173f8cc019cc1 (patch)
treec664d2d1dcae3731f56f4fa12c415a7f3dc5b51a /svx/inc
parentee24a236e1ebcc9585ed8e24cd73512e76a0303d (diff)
n#734734: Text rotation fixes.
PPTX would need rotation of text _inside_ text/object boundaries, rather than the rotation of the text/object itself.
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/svdoashp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/svx/svdoashp.hxx b/svx/inc/svx/svdoashp.hxx
index 3d91549fa44d..013e1508239b 100644
--- a/svx/inc/svx/svdoashp.hxx
+++ b/svx/inc/svx/svdoashp.hxx
@@ -149,7 +149,7 @@ public:
void SetMirroredY( const sal_Bool bMirroredY );
double GetObjectRotation() const;
- double GetExtraTextRotation() const;
+ double GetExtraTextRotation( const bool bPreRotation = false ) const;
TYPEINFO();
SdrObjCustomShape();