summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/XShapeGroup.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/XShapeGroup.idl')
-rw-r--r--offapi/com/sun/star/drawing/XShapeGroup.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/drawing/XShapeGroup.idl b/offapi/com/sun/star/drawing/XShapeGroup.idl
index 37a9f0b748c6..45d8323cc941 100644
--- a/offapi/com/sun/star/drawing/XShapeGroup.idl
+++ b/offapi/com/sun/star/drawing/XShapeGroup.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/drawing/XShape.idl>
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
/** is implemented by <type>Shape</type>s that contain other
<type>Shape</type>s.
@@ -35,7 +33,6 @@
*/
published interface XShapeGroup: com::sun::star::drawing::XShape
{
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::drawing::XShapeGroup::enterGroup
/** enters the group which enables the editing function
@@ -50,7 +47,6 @@ published interface XShapeGroup: com::sun::star::drawing::XShape
*/
void enterGroup();
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::drawing::XShapeGroup::leaveGroup
/** leaves the group, which disables the editing function
@@ -67,7 +63,6 @@ published interface XShapeGroup: com::sun::star::drawing::XShape
};
-//=============================================================================
}; }; }; };