summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/drawing/XConnectableShape.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/XConnectableShape.idl')
-rw-r--r--offapi/com/sun/star/drawing/XConnectableShape.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/drawing/XConnectableShape.idl b/offapi/com/sun/star/drawing/XConnectableShape.idl
index 624abaf8dd74..b5fc4b0f5b46 100644
--- a/offapi/com/sun/star/drawing/XConnectableShape.idl
+++ b/offapi/com/sun/star/drawing/XConnectableShape.idl
@@ -24,17 +24,14 @@
#include <com/sun/star/awt/Point.idl>
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
/** @deprecated
*/
published interface XConnectableShape: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR XConnectableShape::canConnect
// DocMerge: empty anyway
@@ -42,7 +39,6 @@ published interface XConnectableShape: com::sun::star::uno::XInterface
[in] boolean bCreateGluePoint,
[in] long nMaxDist );
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR XConnectableShape::doConnect
// DocMerge: empty anyway
@@ -52,7 +48,6 @@ published interface XConnectableShape: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };