From 8b8fad38b2de3f037f628fea1f0f00fcb280be0d Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 27 Mar 2012 11:32:19 +0200 Subject: n#751117 oox: implement VML import of shape style 'rotation' --- oox/inc/oox/vml/vmlshape.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'oox/inc') 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. -- cgit v1.2.3