summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/HatchStyle.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/HatchStyle.idl')
-rw-r--r--offapi/com/sun/star/drawing/HatchStyle.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/drawing/HatchStyle.idl b/offapi/com/sun/star/drawing/HatchStyle.idl
index 7f4c5876ee34..eb57c14a2e74 100644
--- a/offapi/com/sun/star/drawing/HatchStyle.idl
+++ b/offapi/com/sun/star/drawing/HatchStyle.idl
@@ -20,32 +20,27 @@
#define __com_sun_star_drawing_HatchStyle_idl__
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
// DocMerge from xml: enum com::sun::star::drawing::HatchStyle
/** The <type>HatchStyle</type> defines the style of the lines in a hatch.
*/
published enum HatchStyle
{
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::drawing::HatchStyle::SINGLE
/** the hatch consists of a single horizontal line
*/
SINGLE,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::drawing::HatchStyle::DOUBLE
/** the hatch has a horizontal and a vertical line
*/
DOUBLE,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::drawing::HatchStyle::TRIPLE
/** the hatch has a horizontal, a vertical and a diagonal line
@@ -54,7 +49,6 @@ published enum HatchStyle
};
-//=============================================================================
}; }; }; };