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.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/drawing/XShapes.idl b/offapi/com/sun/star/drawing/XShapes.idl
index 99508f61d2b1..8d377618b287 100644
--- a/offapi/com/sun/star/drawing/XShapes.idl
+++ b/offapi/com/sun/star/drawing/XShapes.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/drawing/XShape.idl>
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
/** makes it possible to access, add, and remove the
<type>Shape</type>s in a collection.
@@ -39,7 +37,6 @@
*/
published interface XShapes: com::sun::star::container::XIndexAccess
{
- //-------------------------------------------------------------------------
/** inserts a <type>Shape</type> into this collection.
@@ -48,7 +45,6 @@ published interface XShapes: com::sun::star::container::XIndexAccess
*/
void add( [in] com::sun::star::drawing::XShape xShape );
- //-------------------------------------------------------------------------
/** removes a <type>Shape</type> from this collection.
@@ -60,7 +56,6 @@ published interface XShapes: com::sun::star::container::XIndexAccess
};
-//=============================================================================
}; }; }; };