summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/DashStyle.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/DashStyle.idl')
-rw-r--r--offapi/com/sun/star/drawing/DashStyle.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/drawing/DashStyle.idl b/offapi/com/sun/star/drawing/DashStyle.idl
index 8067d0cc325b..06f89ad93a76 100644
--- a/offapi/com/sun/star/drawing/DashStyle.idl
+++ b/offapi/com/sun/star/drawing/DashStyle.idl
@@ -20,32 +20,27 @@
#define __com_sun_star_drawing_DashStyle_idl__
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
// DocMerge from xml: enum com::sun::star::drawing::DashStyle
/** This enumeration defines the style of a dash on a line.
*/
published enum DashStyle
{
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::drawing::DashStyle::RECT
/** the dash is a rectangle
*/
RECT,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::drawing::DashStyle::ROUND
/** the dash is a point
*/
ROUND,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::drawing::DashStyle::RECTRELATIVE
/** the dash is a rectangle, with the size of the dash given in
@@ -53,7 +48,6 @@ published enum DashStyle
*/
RECTRELATIVE,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::drawing::DashStyle::ROUNDRELATIVE
/** the dash is a point, with the size of the dash given in relation
@@ -63,7 +57,6 @@ published enum DashStyle
};
-//=============================================================================
}; }; }; };