diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-06-19 10:07:32 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-06-19 10:07:44 +0200 |
commit | 2e4c6b51699362252d0bbdc27e0311c68e2ab21b (patch) | |
tree | 2cb0cff38c4ebcb0471887eebd606a0943c2276f /oox | |
parent | 2123ede032ca64f696ef54af4ad3238974ca2b5d (diff) |
oox: fix all vmlshapecontainer doxygen errors
Change-Id: Ieccd1f5e89c550095cd83a3f11939eec210f789e
Diffstat (limited to 'oox')
-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 9b11c6ca5a0b..973890e8c829 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. }; // ---------------------------------------------------------------------------- |