summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-03-28 10:36:18 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-03-28 10:36:29 +0200
commitb9f79762f07448b7100bb09acd1f4ee748b32a2e (patch)
treed520a53a806512882f513541c870d4fb6d929ee6 /oox
parent4159a4e6ce38b333ced3ba5f75e28473605633e8 (diff)
ShapeTypeModel::maFlip: correct bogus doxygen comment
Diffstat (limited to 'oox')
-rw-r--r--oox/inc/oox/vml/vmlshape.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/oox/vml/vmlshape.hxx b/oox/inc/oox/vml/vmlshape.hxx
index c4ab2cd6f814..c6c6cb6c1f97 100644
--- a/oox/inc/oox/vml/vmlshape.hxx
+++ b/oox/inc/oox/vml/vmlshape.hxx
@@ -81,7 +81,7 @@ struct ShapeTypeModel
::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.
- ::rtl::OUString maFlip; ///< Rotation of the shape, in degrees.
+ ::rtl::OUString maFlip; ///< Flip type of the shape (can be "x" or "y").
sal_Bool mbAutoHeight; ///< If true, the height value is a minimum value (mostly used for textboxes)
StrokeModel maStrokeModel; ///< Border line formatting.