summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/ConnectorType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/ConnectorType.idl')
-rw-r--r--offapi/com/sun/star/drawing/ConnectorType.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/drawing/ConnectorType.idl b/offapi/com/sun/star/drawing/ConnectorType.idl
index bcc5b4e81e1b..35a21087e75a 100644
--- a/offapi/com/sun/star/drawing/ConnectorType.idl
+++ b/offapi/com/sun/star/drawing/ConnectorType.idl
@@ -20,18 +20,15 @@
#define __com_sun_star_drawing_ConnectorType_idl__
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
// DocMerge from xml: enum com::sun::star::drawing::ConnectorType
/** The <type>ConnectorType</type> specifies the appearance of a connector.
*/
published enum ConnectorType
{
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::drawing::ConnectorType::STANDARD
/** the connector is drawn with three lines, with the middle line
@@ -39,21 +36,18 @@ published enum ConnectorType
*/
STANDARD,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::drawing::ConnectorType::CURVE
/** the ConnectorShape is drawn as a curve
*/
CURVE,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::drawing::ConnectorType::LINE
/** the ConnectorShape is drawn as a straight line
*/
LINE,
- //-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::drawing::ConnectorType::LINES
/** the connector is drawn with three lines
@@ -62,7 +56,6 @@ published enum ConnectorType
};
-//=============================================================================
}; }; }; };