summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/XShapes.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/XShapes.idl')
-rw-r--r--offapi/com/sun/star/drawing/XShapes.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/drawing/XShapes.idl b/offapi/com/sun/star/drawing/XShapes.idl
index 8d377618b287..54bb1d9c8074 100644
--- a/offapi/com/sun/star/drawing/XShapes.idl
+++ b/offapi/com/sun/star/drawing/XShapes.idl
@@ -29,7 +29,7 @@
/** makes it possible to access, add, and remove the
- <type>Shape</type>s in a collection.
+ Shapes in a collection.
@see DrawPage
@see MasterPage
@@ -38,18 +38,18 @@
published interface XShapes: com::sun::star::container::XIndexAccess
{
- /** inserts a <type>Shape</type> into this collection.
+ /** inserts a Shape into this collection.
@param xShape
- a <type>Shape</type> that will be inserted.
+ a Shape that will be inserted.
*/
void add( [in] com::sun::star::drawing::XShape xShape );
- /** removes a <type>Shape</type> from this collection.
+ /** removes a Shape from this collection.
@param xShape
- the <type>Shape</type> will be removed from the
+ the Shape will be removed from the
collection and disposed.
*/
void remove( [in] com::sun::star::drawing::XShape xShape );