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.idl62
1 files changed, 31 insertions, 31 deletions
diff --git a/offapi/com/sun/star/drawing/HatchStyle.idl b/offapi/com/sun/star/drawing/HatchStyle.idl
index baa4d8fab6fa..83ff38cac279 100644
--- a/offapi/com/sun/star/drawing/HatchStyle.idl
+++ b/offapi/com/sun/star/drawing/HatchStyle.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,47 +24,47 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_drawing_HatchStyle_idl__
-#define __com_sun_star_drawing_HatchStyle_idl__
-
-
-//=============================================================================
-
- module com { module sun { module star { module drawing {
-
-//=============================================================================
-
+#ifndef __com_sun_star_drawing_HatchStyle_idl__
+#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,
-
- //-------------------------------------------------------------------------
-
+ SINGLE,
+
+ //-------------------------------------------------------------------------
+
// DocMerge from xml: value com::sun::star::drawing::HatchStyle::DOUBLE
/** the hatch has a horizontal and a vertical line
*/
- DOUBLE,
-
- //-------------------------------------------------------------------------
-
+ DOUBLE,
+
+ //-------------------------------------------------------------------------
+
// DocMerge from xml: value com::sun::star::drawing::HatchStyle::TRIPLE
/** the hatch has a horizontal, a vertical and a diagonal line
*/
- TRIPLE
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ TRIPLE
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif