summaryrefslogtreecommitdiff
path: root/oox/inc/oox
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-03-27 11:32:19 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-03-28 10:27:46 +0200
commit8b8fad38b2de3f037f628fea1f0f00fcb280be0d (patch)
treea8359a0cecd10549ef8606807a0b4713bba10305 /oox/inc/oox
parentb4f5c3fea2428fff9f470b6cde86b867787128d8 (diff)
n#751117 oox: implement VML import of shape style 'rotation'
Diffstat (limited to 'oox/inc/oox')
-rw-r--r--oox/inc/oox/vml/vmlshape.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/inc/oox/vml/vmlshape.hxx b/oox/inc/oox/vml/vmlshape.hxx
index 946af368f4cd..c00625c5a6fa 100644
--- a/oox/inc/oox/vml/vmlshape.hxx
+++ b/oox/inc/oox/vml/vmlshape.hxx
@@ -80,6 +80,7 @@ struct ShapeTypeModel
::rtl::OUString maMarginLeft; ///< X position of the shape bounding box to shape anchor (number with unit).
::rtl::OUString maMarginTop; ///< Y position of the shape bounding box to shape anchor (number with unit).
::rtl::OUString maPositionVerticalRelative; ///< The Y position is relative to this.
+ ::rtl::OUString maRotation; ///< Rotation of the shape, in degrees.
sal_Bool mbAutoHeight; ///< If true, the height value is a minimum value (mostly used for textboxes)
StrokeModel maStrokeModel; ///< Border line formatting.