summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/XCustomShapeHandle.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/XCustomShapeHandle.idl')
-rw-r--r--offapi/com/sun/star/drawing/XCustomShapeHandle.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/drawing/XCustomShapeHandle.idl b/offapi/com/sun/star/drawing/XCustomShapeHandle.idl
index 64968316eaec..94abfaa62979 100644
--- a/offapi/com/sun/star/drawing/XCustomShapeHandle.idl
+++ b/offapi/com/sun/star/drawing/XCustomShapeHandle.idl
@@ -31,17 +31,14 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/awt/Point.idl>
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
/** The XCustomShapeHandle
*/
interface XCustomShapeHandle: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** is getting the actual handle position
@@ -56,7 +53,6 @@ interface XCustomShapeHandle: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };