[Libreoffice-commits] .: oox/inc

Miklos Vajna vmiklos at kemper.freedesktop.org
Wed Mar 28 01:36:10 PDT 2012


 oox/inc/oox/vml/vmlshape.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b9f79762f07448b7100bb09acd1f4ee748b32a2e
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Wed Mar 28 10:36:18 2012 +0200

    ShapeTypeModel::maFlip: correct bogus doxygen comment

diff --git a/oox/inc/oox/vml/vmlshape.hxx b/oox/inc/oox/vml/vmlshape.hxx
index c4ab2cd..c6c6cb6 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.


More information about the Libreoffice-commits mailing list