summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/drawing/SnapObjectType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/SnapObjectType.idl')
-rw-r--r--offapi/com/sun/star/drawing/SnapObjectType.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/drawing/SnapObjectType.idl b/offapi/com/sun/star/drawing/SnapObjectType.idl
index f8eb0049ba26..eb38dbf48810 100644
--- a/offapi/com/sun/star/drawing/SnapObjectType.idl
+++ b/offapi/com/sun/star/drawing/SnapObjectType.idl
@@ -20,30 +20,25 @@
#define __com_sun_star_drawing_SnapObjectType_idl__
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
// DocMerge from xml: enum com::sun::star::drawing::SnapObjectType
/** @deprecated
*/
published enum SnapObjectType
{
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR SnapObjectType:: POINT,
// DocMerge: empty anyway
POINT,
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR SnapObjectType:: VERTICAL,
// DocMerge: empty anyway
VERTICAL,
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR SnapObjectType:: HORIZONTAL
// DocMerge: empty anyway
@@ -51,7 +46,6 @@ published enum SnapObjectType
};
-//=============================================================================
}; }; }; };