summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/XControlShape.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/XControlShape.idl')
-rw-r--r--offapi/com/sun/star/drawing/XControlShape.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/drawing/XControlShape.idl b/offapi/com/sun/star/drawing/XControlShape.idl
index c6dfc62e8dce..a6f8e712e6a2 100644
--- a/offapi/com/sun/star/drawing/XControlShape.idl
+++ b/offapi/com/sun/star/drawing/XControlShape.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/awt/XControlModel.idl>
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
/** is implemented by a <type>ControlShape</type> to access the controls model.
@@ -37,7 +35,6 @@
*/
published interface XControlShape: com::sun::star::drawing::XShape
{
- //-------------------------------------------------------------------------
/** returns the control model of this <type>Shape</type>.
@@ -48,7 +45,6 @@ published interface XControlShape: com::sun::star::drawing::XShape
*/
com::sun::star::awt::XControlModel getControl();
- //-------------------------------------------------------------------------
/** sets the control model for this <type>Shape</type>.
@@ -63,7 +59,6 @@ published interface XControlShape: com::sun::star::drawing::XShape
};
-//=============================================================================
}; }; }; };