[Libreoffice-commits] .: oox/inc
Miklos Vajna
vmiklos at kemper.freedesktop.org
Thu Apr 12 05:28:02 PDT 2012
oox/inc/oox/vml/vmlshape.hxx | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
New commits:
commit 99deffbeba414443ec7e0961501d5dcbc475b07d
Author: Miklos Vajna <vmiklos at suse.cz>
Date: Thu Apr 12 14:16:38 2012 +0200
oox: fix doxygen syntax to avoid misleading output in ShapeModel
diff --git a/oox/inc/oox/vml/vmlshape.hxx b/oox/inc/oox/vml/vmlshape.hxx
index c6c6cb6..d11e34a 100644
--- a/oox/inc/oox/vml/vmlshape.hxx
+++ b/oox/inc/oox/vml/vmlshape.hxx
@@ -182,13 +182,13 @@ struct ShapeModel
typedef ::std::auto_ptr< ClientData > ClientDataPtr;
SAL_WNODEPRECATED_DECLARATIONS_POP
- ::rtl::OUString maType; /// Shape template with default properties.
- PointVector maPoints; /// Points for the polyline shape.
- TextBoxPtr mxTextBox; /// Text contents and properties.
- ClientDataPtr mxClientData; /// Excel specific client data.
- ::rtl::OUString maLegacyDiagramPath;/// Legacy Diagram Fragment Path
- ::rtl::OUString maFrom; /// Start point for line shape.
- ::rtl::OUString maTo; /// End point for line shape.
+ ::rtl::OUString maType; ///< Shape template with default properties.
+ PointVector maPoints; ///< Points for the polyline shape.
+ TextBoxPtr mxTextBox; ///< Text contents and properties.
+ ClientDataPtr mxClientData; ///< Excel specific client data.
+ ::rtl::OUString maLegacyDiagramPath;///< Legacy Diagram Fragment Path
+ ::rtl::OUString maFrom; ///< Start point for line shape.
+ ::rtl::OUString maTo; ///< End point for line shape.
explicit ShapeModel();
~ShapeModel();
More information about the Libreoffice-commits
mailing list