summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/drawing/XConnectorShape.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/XConnectorShape.idl')
-rw-r--r--offapi/com/sun/star/drawing/XConnectorShape.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/drawing/XConnectorShape.idl b/offapi/com/sun/star/drawing/XConnectorShape.idl
index b004db5c1ce8..3b5e7169c4d4 100644
--- a/offapi/com/sun/star/drawing/XConnectorShape.idl
+++ b/offapi/com/sun/star/drawing/XConnectorShape.idl
@@ -26,17 +26,14 @@
#include <com/sun/star/drawing/ConnectionType.idl>
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
/** @deprecated
*/
published interface XConnectorShape: com::sun::star::drawing::XShape
{
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::drawing::XConnectorShape::connectStart
/** connects the start of this instance
@@ -44,7 +41,6 @@ published interface XConnectorShape: com::sun::star::drawing::XShape
void connectStart( [in] com::sun::star::drawing::XConnectableShape xShape,
[in] com::sun::star::drawing::ConnectionType nPos );
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::drawing::XConnectorShape::connectEnd
/** connects the end of this instance.
@@ -52,7 +48,6 @@ published interface XConnectorShape: com::sun::star::drawing::XShape
void connectEnd( [in] com::sun::star::drawing::XConnectableShape xShape,
[in] com::sun::star::drawing::ConnectionType nPos );
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::drawing::XConnectorShape::disconnectBegin
/** disconnects the given <type>Shape</type> from the start of
@@ -60,7 +55,6 @@ published interface XConnectorShape: com::sun::star::drawing::XShape
*/
void disconnectBegin( [in] com::sun::star::drawing::XConnectableShape xShape );
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::drawing::XConnectorShape::disconnectEnd
/** disconnects the given <type>Shape</type> from the end of
@@ -70,7 +64,6 @@ published interface XConnectorShape: com::sun::star::drawing::XShape
};
-//=============================================================================
}; }; }; };