[Libreoffice-commits] .: oox/inc

Miklos Vajna vmiklos at kemper.freedesktop.org
Tue Jun 19 01:06:36 PDT 2012


 oox/inc/oox/vml/vmlshapecontainer.hxx |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 2e4c6b51699362252d0bbdc27e0311c68e2ab21b
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Tue Jun 19 10:07:32 2012 +0200

    oox: fix all vmlshapecontainer doxygen errors
    
    Change-Id: Ieccd1f5e89c550095cd83a3f11939eec210f789e

diff --git a/oox/inc/oox/vml/vmlshapecontainer.hxx b/oox/inc/oox/vml/vmlshapecontainer.hxx
index 9b11c6c..973890e 100644
--- a/oox/inc/oox/vml/vmlshapecontainer.hxx
+++ b/oox/inc/oox/vml/vmlshapecontainer.hxx
@@ -106,11 +106,11 @@ private:
     typedef RefMap< ::rtl::OUString, ShapeType >    ShapeTypeMap;
     typedef RefMap< ::rtl::OUString, ShapeBase >    ShapeMap;
 
-    Drawing&            mrDrawing;          /// The VML drawing page that contains this shape.
-    ShapeTypeVector     maTypes;            /// All shape templates.
-    ShapeVector         maShapes;           /// All shape definitions.
-    ShapeTypeMap        maTypesById;        /// All shape templates mapped by identifier.
-    ShapeMap            maShapesById;       /// All shape definitions mapped by identifier.
+    Drawing&            mrDrawing;          ///< The VML drawing page that contains this shape.
+    ShapeTypeVector     maTypes;            ///< All shape templates.
+    ShapeVector         maShapes;           ///< All shape definitions.
+    ShapeTypeMap        maTypesById;        ///< All shape templates mapped by identifier.
+    ShapeMap            maShapesById;       ///< All shape definitions mapped by identifier.
 };
 
 // ----------------------------------------------------------------------------


More information about the Libreoffice-commits mailing list