summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/XTextShapesSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XTextShapesSupplier.idl')
-rw-r--r--offapi/com/sun/star/text/XTextShapesSupplier.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/XTextShapesSupplier.idl b/offapi/com/sun/star/text/XTextShapesSupplier.idl
index 0f12ee951d2c..2a03b963694b 100644
--- a/offapi/com/sun/star/text/XTextShapesSupplier.idl
+++ b/offapi/com/sun/star/text/XTextShapesSupplier.idl
@@ -24,18 +24,15 @@
#include <com/sun/star/container/XIndexAccess.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::text::XTextShapesSupplier
/** provides the collection of <type scope="com::sun::star::drawing">TextShape</type>s.
*/
published interface XTextShapesSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::text::XTextShapesSupplier::getShapes
/** returns the collection of shapes.
@@ -46,7 +43,6 @@ published interface XTextShapesSupplier: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };