summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/Rectangle.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/Rectangle.idl')
-rw-r--r--offapi/com/sun/star/awt/Rectangle.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/awt/Rectangle.idl b/offapi/com/sun/star/awt/Rectangle.idl
index eb7b3974f01d..45971cfa3e50 100644
--- a/offapi/com/sun/star/awt/Rectangle.idl
+++ b/offapi/com/sun/star/awt/Rectangle.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_awt_Rectangle_idl__
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specifies a rectangular area by position and size.
*/
@@ -34,19 +32,16 @@ published struct Rectangle
*/
long X;
- //-------------------------------------------------------------------------
/** specifies the y-coordinate.
*/
long Y;
- //-------------------------------------------------------------------------
/** specifies the width.
*/
long Width;
- //-------------------------------------------------------------------------
/** specifies the height.
*/
@@ -54,7 +49,6 @@ published struct Rectangle
};
-//=============================================================================
}; }; }; };