summaryrefslogtreecommitdiff
path: root/oox/inc/oox
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-06-19 10:07:32 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-06-19 10:07:44 +0200
commit2e4c6b51699362252d0bbdc27e0311c68e2ab21b (patch)
tree2cb0cff38c4ebcb0471887eebd606a0943c2276f /oox/inc/oox
parent2123ede032ca64f696ef54af4ad3238974ca2b5d (diff)
oox: fix all vmlshapecontainer doxygen errors
Change-Id: Ieccd1f5e89c550095cd83a3f11939eec210f789e
Diffstat (limited to 'oox/inc/oox')
-rw-r--r--oox/inc/oox/vml/vmlshapecontainer.hxx10
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.
};
// ----------------------------------------------------------------------------