summaryrefslogtreecommitdiff
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.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/drawing/XConnectorShape.idl b/offapi/com/sun/star/drawing/XConnectorShape.idl
index 299634b90aab..9e89224860bb 100644
--- a/offapi/com/sun/star/drawing/XConnectorShape.idl
+++ b/offapi/com/sun/star/drawing/XConnectorShape.idl
@@ -44,12 +44,12 @@ published interface XConnectorShape: com::sun::star::drawing::XShape
void connectEnd( [in] com::sun::star::drawing::XConnectableShape xShape,
[in] com::sun::star::drawing::ConnectionType nPos );
- /** disconnects the given <type>Shape</type> from the start of
+ /** disconnects the given Shape from the start of
this instance.
*/
void disconnectBegin( [in] com::sun::star::drawing::XConnectableShape xShape );
- /** disconnects the given <type>Shape</type> from the end of
+ /** disconnects the given Shape from the end of
this instance.
*/
void disconnectEnd( [in] com::sun::star::drawing::XConnectableShape xShape );