summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-06-19 10:07:32 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-06-19 11:58:58 +0200
commitb122c9381ae1d589dc097790b1b5cf1fda853c22 (patch)
tree63d10ae9cdafcc7f7ffecaa87ea2376485efc8dc /oox
parent798aef37ac80ceaeeed75adebb53992bdf57bb0d (diff)
oox: fix all vmlshapecontainer doxygen errors
Change-Id: Ieccd1f5e89c550095cd83a3f11939eec210f789e
Diffstat (limited to '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 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.
};
// ----------------------------------------------------------------------------