summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-06-18 10:35:43 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-06-18 10:36:53 +0200
commit2db200e0c6111836e2663bf494fc9be9f6dd03d1 (patch)
tree88ef0f740df79c9a6f424b628cb556359c282656
parent1d1c70d8114a28a0d37315d408fdc3ef25cf44df (diff)
oox: last vmlshape doxygen mistakes
Change-Id: I1d74aad0280662cd06dcc633072402ba13199898
-rw-r--r--oox/inc/oox/vml/vmlshape.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/oox/inc/oox/vml/vmlshape.hxx b/oox/inc/oox/vml/vmlshape.hxx
index b9e490871eb3..abd91b68bfa0 100644
--- a/oox/inc/oox/vml/vmlshape.hxx
+++ b/oox/inc/oox/vml/vmlshape.hxx
@@ -84,8 +84,8 @@ struct ShapeTypeModel
::rtl::OUString maRotation; ///< Rotation of the shape, in degrees.
::rtl::OUString maFlip; ///< Flip type of the shape (can be "x" or "y").
sal_Bool mbAutoHeight; ///< If true, the height value is a minimum value (mostly used for textboxes)
- sal_Bool mbVisible; /// Visible or Hidden
- ::rtl::OUString maWrapStyle; /// Wrapping mode for text.
+ sal_Bool mbVisible; ///< Visible or Hidden
+ ::rtl::OUString maWrapStyle; ///< Wrapping mode for text.
StrokeModel maStrokeModel; ///< Border line formatting.
FillModel maFillModel; ///< Shape fill formatting.
@@ -133,8 +133,8 @@ private:
::com::sun::star::awt::Rectangle getRelRectangle() const;
protected:
- Drawing& mrDrawing; /// The VML drawing page that contains this shape.
- ShapeTypeModel maTypeModel; /// The model structure containing shape type data.
+ Drawing& mrDrawing; ///< The VML drawing page that contains this shape.
+ ShapeTypeModel maTypeModel; ///< The model structure containing shape type data.
};
// ============================================================================
@@ -260,7 +260,7 @@ protected:
const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& rxShape ) const;
protected:
- ShapeModel maShapeModel; /// The model structure containing shape data.
+ ShapeModel maShapeModel; ///< The model structure containing shape data.
};
// ============================================================================
@@ -281,7 +281,7 @@ protected:
const ::com::sun::star::awt::Rectangle& rShapeRect ) const;
private:
- ::rtl::OUString maService; /// Name of the UNO shape service.
+ ::rtl::OUString maService; ///< Name of the UNO shape service.
};
// ============================================================================
@@ -397,7 +397,7 @@ private:
SAL_WNODEPRECATED_DECLARATIONS_PUSH
typedef ::std::auto_ptr< ShapeContainer > ShapeContainerPtr;
SAL_WNODEPRECATED_DECLARATIONS_POP
- ShapeContainerPtr mxChildren; /// Shapes and templates that are part of this group.
+ ShapeContainerPtr mxChildren; ///< Shapes and templates that are part of this group.
};
// ============================================================================