summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/GluePoint.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/GluePoint.idl')
-rw-r--r--offapi/com/sun/star/drawing/GluePoint.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/drawing/GluePoint.idl b/offapi/com/sun/star/drawing/GluePoint.idl
index c489aada153d..67d75c39e703 100644
--- a/offapi/com/sun/star/drawing/GluePoint.idl
+++ b/offapi/com/sun/star/drawing/GluePoint.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/awt/Point.idl>
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
// DocMerge from xml: struct com::sun::star::drawing::GluePoint
/** A <type>GluePoint</type> could be attached to a shape or to a page.
@@ -47,7 +45,6 @@ published struct GluePoint
*/
com::sun::star::awt::Point Position;
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::drawing::GluePoint::EscapeDirection
/** This is the direction in which the connector line leaves the
@@ -55,7 +52,6 @@ published struct GluePoint
*/
short EscapeDirection;
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::drawing::GluePoint::PositionAbsolute
/** If this is <TRUE/>, then the position of this <type>GluePoint</type> is
@@ -63,7 +59,6 @@ published struct GluePoint
*/
boolean PositionAbsolute;
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::drawing::GluePoint::Alignment
/** The alignment of a <code>GluePoint</code> defines how the position of
@@ -73,7 +68,6 @@ published struct GluePoint
};
-//=============================================================================
}; }; }; };