summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/drawing/XShapeGrouper.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/XShapeGrouper.idl')
-rw-r--r--offapi/com/sun/star/drawing/XShapeGrouper.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/drawing/XShapeGrouper.idl b/offapi/com/sun/star/drawing/XShapeGrouper.idl
index c22183964d85..d22e6b0a1b2f 100644
--- a/offapi/com/sun/star/drawing/XShapeGrouper.idl
+++ b/offapi/com/sun/star/drawing/XShapeGrouper.idl
@@ -26,17 +26,14 @@
#include <com/sun/star/drawing/XShapes.idl>
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
/** specifies the group/ungroup functionality.
*/
published interface XShapeGrouper: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** groups the <type>Shape</type>s inside a collection.
@@ -57,7 +54,6 @@ published interface XShapeGrouper: com::sun::star::uno::XInterface
*/
com::sun::star::drawing::XShapeGroup group( [in] com::sun::star::drawing::XShapes xShapes );
- //-------------------------------------------------------------------------
/** ungroups a given <type>GroupShape</type>.
@@ -71,7 +67,6 @@ published interface XShapeGrouper: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };