summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/LayerType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/LayerType.idl')
-rw-r--r--offapi/com/sun/star/drawing/LayerType.idl70
1 files changed, 35 insertions, 35 deletions
diff --git a/offapi/com/sun/star/drawing/LayerType.idl b/offapi/com/sun/star/drawing/LayerType.idl
index ee42aa7fc5da..7668ae54e6be 100644
--- a/offapi/com/sun/star/drawing/LayerType.idl
+++ b/offapi/com/sun/star/drawing/LayerType.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,54 +24,54 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_drawing_LayerType_idl__
-#define __com_sun_star_drawing_LayerType_idl__
-
-
-//=============================================================================
-
- module com { module sun { module star { module drawing {
-
-//=============================================================================
-
+#ifndef __com_sun_star_drawing_LayerType_idl__
+#define __com_sun_star_drawing_LayerType_idl__
+
+
+//=============================================================================
+
+ module com { module sun { module star { module drawing {
+
+//=============================================================================
+
// DocMerge from xml: enum com::sun::star::drawing::LayerType
/** This enumeration specifies the type of a drawing layer.
*/
published enum LayerType
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
// DocMerge from xml: value com::sun::star::drawing::LayerType::LAYOUT
/** This is the layer for all standard shapes.
*/
- LAYOUT,
-
- //-------------------------------------------------------------------------
-
+ LAYOUT,
+
+ //-------------------------------------------------------------------------
+
// DocMerge from xml: value com::sun::star::drawing::LayerType::CONTROLSA
/** This is the layer for the controls.
*/
- CONTROLSA,
-
- //-------------------------------------------------------------------------
-
+ CONTROLSA,
+
+ //-------------------------------------------------------------------------
+
// DocMerge from xml: value com::sun::star::drawing::LayerType::DIMENSIONIANG_LINES
/** This is the layer for all measure shapes.
*/
- DIMENSIONIANG_LINES,
-
- //-------------------------------------------------------------------------
-
+ DIMENSIONIANG_LINES,
+
+ //-------------------------------------------------------------------------
+
// DocMerge from xml: value com::sun::star::drawing::LayerType::USER_DEFINED
/** There can be zero or more layers of this type.
*/
- USER_DEFINED
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ USER_DEFINED
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif