summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/drawing/ConnectionType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/ConnectionType.idl')
-rw-r--r--offapi/com/sun/star/drawing/ConnectionType.idl9
1 files changed, 0 insertions, 9 deletions
diff --git a/offapi/com/sun/star/drawing/ConnectionType.idl b/offapi/com/sun/star/drawing/ConnectionType.idl
index 59b03b7585fc..1a066c3821ef 100644
--- a/offapi/com/sun/star/drawing/ConnectionType.idl
+++ b/offapi/com/sun/star/drawing/ConnectionType.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_drawing_ConnectionType_idl__
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
// DocMerge from xml: enum com::sun::star::drawing::ConnectionType
/** the direction where the
@@ -32,42 +30,36 @@
*/
published enum ConnectionType
{
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::drawing::ConnectionType::AUTO
/** the connection point is chosen automatically,
*/
AUTO,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::drawing::ConnectionType::LEFT
/** the connection line leaves the connected object to the left,
*/
LEFT,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::drawing::ConnectionType::TOP
/** the connection line leaves the connected object from the top,
*/
TOP,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::drawing::ConnectionType::RIGHT
/** the connection line leaves the connected object to the right,
*/
RIGHT,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::drawing::ConnectionType::BOTTOM
/** the connection line leaves the connected object from the bottom,
*/
BOTTOM,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::drawing::ConnectionType::SPECIAL
/** not implemented, yet.
@@ -76,7 +68,6 @@ published enum ConnectionType
};
-//=============================================================================
}; }; }; };