summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-03-30 21:37:47 +0200
committerAndras Timar <andras.timar@collabora.com>2015-03-30 21:15:57 +0000
commitaf686aa8694903bde5952656cd69993c8c8393d7 (patch)
tree97f5dc08d8a766f5fdc15e7aac7cb9db73ae5bb7 /oox/inc
parent420acb533e60807cb64fd1898cabd27c4c8df063 (diff)
bnc#902652 OOXML: fix import of insets when shape and/or shape text is rotated
5ac575ee3e109 did not get it right, the vert attribute (i.e. the rotation of text) is relevant, not the rotation of the shape. In that case both text and shape rotation were 270 degrees. I checked that the bugdoc of bnc#773048 looked good after this. Change-Id: I6e0401cd138a82040df82d7da1a47311db7771e4 Reviewed-on: https://gerrit.libreoffice.org/15076 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/drawingml/textbodyproperties.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/drawingml/textbodyproperties.hxx b/oox/inc/drawingml/textbodyproperties.hxx
index e6ed0fc19011..c7a98cb79174 100644
--- a/oox/inc/drawingml/textbodyproperties.hxx
+++ b/oox/inc/drawingml/textbodyproperties.hxx
@@ -45,7 +45,7 @@ struct TextBodyProperties
explicit TextBodyProperties();
- void pushRotationAdjustments( sal_Int32 nRotation );
+ void pushRotationAdjustments();
void pushVertSimulation();
};