diff options
-rw-r--r-- | oox/inc/oox/vml/vmlshapecontainer.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/oox/inc/oox/vml/vmlshapecontainer.hxx b/oox/inc/oox/vml/vmlshapecontainer.hxx index 288062566a00..20671bbb05f3 100644 --- a/oox/inc/oox/vml/vmlshapecontainer.hxx +++ b/oox/inc/oox/vml/vmlshapecontainer.hxx @@ -108,11 +108,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. }; // ---------------------------------------------------------------------------- |