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.idl10
1 files changed, 0 insertions, 10 deletions
diff --git a/offapi/com/sun/star/drawing/LayerType.idl b/offapi/com/sun/star/drawing/LayerType.idl
index 94c5baf6fc47..1d3ff0ad15e6 100644
--- a/offapi/com/sun/star/drawing/LayerType.idl
+++ b/offapi/com/sun/star/drawing/LayerType.idl
@@ -23,32 +23,22 @@
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,
-
- // DocMerge from xml: value com::sun::star::drawing::LayerType::CONTROLSA
/** This is the layer for the controls.
*/
CONTROLSA,
-
- // DocMerge from xml: value com::sun::star::drawing::LayerType::DIMENSIONIANG_LINES
/** This is the layer for all measure shapes.
*/
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