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.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/drawing/HatchStyle.idl b/offapi/com/sun/star/drawing/HatchStyle.idl
index eb57c14a2e74..b274880a65f1 100644
--- a/offapi/com/sun/star/drawing/HatchStyle.idl
+++ b/offapi/com/sun/star/drawing/HatchStyle.idl
@@ -23,26 +23,18 @@
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
*/
TRIPLE