summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGülşah Köse <gulsah.kose@collabora.com>2019-10-03 08:37:00 +0300
committerMiklos Vajna <vmiklos@collabora.com>2019-10-30 09:42:04 +0100
commit96d3c1ad905e4c694df4dccba51079b8f0a54d32 (patch)
tree0637576aca97e4e2f4ff74b99ac9b5f73ec2a444 /include
parentdispose MySQLNativePage (diff)
downloadcore-96d3c1ad905e4c694df4dccba51079b8f0a54d32.tar.gz
core-96d3c1ad905e4c694df4dccba51079b8f0a54d32.zip
tdf#126060 Handle text camera z rotation while pptx import.
Reviewed-on: https://gerrit.libreoffice.org/80587 Tested-by: Jenkins Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com> tdf#128209 Add check for crash handling 3D rotation. Handling text 3D z rotation works only for custom shapes. Prevent to use it for other services. Reviewed-on: https://gerrit.libreoffice.org/80974 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com> 49e0127419dbad8a75f1899db02115a2fe54aacd Change-Id: Ifa4589fb50affc4c5ffb52288db8533c98ec6dd9 Reviewed-on: https://gerrit.libreoffice.org/80928 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/svdoashp.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/svdoashp.hxx b/include/svx/svdoashp.hxx
index 662ddb5d446b..67998b2eb1b9 100644
--- a/include/svx/svdoashp.hxx
+++ b/include/svx/svdoashp.hxx
@@ -142,6 +142,7 @@ public:
double GetObjectRotation() const { return fObjectRotation;}
double GetExtraTextRotation( const bool bPreRotation = false ) const;
+ double GetCameraRotation() const;
SdrObjCustomShape(SdrModel& rSdrModel);