summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/image/ImageMapRectangleObject.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/image/ImageMapRectangleObject.idl')
-rw-r--r--offapi/com/sun/star/image/ImageMapRectangleObject.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/image/ImageMapRectangleObject.idl b/offapi/com/sun/star/image/ImageMapRectangleObject.idl
index 6b88f78c1e71..9bcbed87b1d7 100644
--- a/offapi/com/sun/star/image/ImageMapRectangleObject.idl
+++ b/offapi/com/sun/star/image/ImageMapRectangleObject.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/awt/Rectangle.idl>
-//=============================================================================
module com { module sun { module star { module image {
-//=============================================================================
/** this service describes a rectangular-shaped region inside
a HTML image map.
@@ -52,7 +50,6 @@ published service ImageMapRectangleObject
[property] com::sun::star::awt::Rectangle Boundary;
};
-//=============================================================================
}; }; }; };