summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/ConnectorProperties.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/ConnectorProperties.idl')
-rw-r--r--offapi/com/sun/star/drawing/ConnectorProperties.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/drawing/ConnectorProperties.idl b/offapi/com/sun/star/drawing/ConnectorProperties.idl
index 9a1ffd1c19ac..0e97ef5ae950 100644
--- a/offapi/com/sun/star/drawing/ConnectorProperties.idl
+++ b/offapi/com/sun/star/drawing/ConnectorProperties.idl
@@ -22,41 +22,34 @@
#include <com/sun/star/drawing/ConnectorType.idl>
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
/** This is a set of properties to describe the style for rendering connector.
*/
published service ConnectorProperties
{
- //-------------------------------------------------------------------------
/** This property contains the kind of the connector.
*/
[property] com::sun::star::drawing::ConnectorType EdgeKind;
- //-------------------------------------------------------------------------
/** This property contains the horizontal distance of node 1.
*/
[property] long EdgeNode1HorzDist;
- //-------------------------------------------------------------------------
/** This property contains the vertical distance of node 1.
*/
[property] long EdgeNode1VertDist;
- //-------------------------------------------------------------------------
/** This property contains the horizontal distance of node 2.
*/
[property] long EdgeNode2HorzDist;
- //-------------------------------------------------------------------------
/** This property contains the vertical distance of node 2.
*/
@@ -64,7 +57,6 @@ published service ConnectorProperties
};
-//=============================================================================
}; }; }; };