summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/Size.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/Size.idl')
-rw-r--r--offapi/com/sun/star/awt/Size.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/Size.idl b/offapi/com/sun/star/awt/Size.idl
index 3e32415b9fc8..6b9e48bfdae3 100644
--- a/offapi/com/sun/star/awt/Size.idl
+++ b/offapi/com/sun/star/awt/Size.idl
@@ -20,23 +20,19 @@
#define __com_sun_star_awt_Size_idl__
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specifies the 2-dimensional size of an area using width and height.
*/
published struct Size
{
- //-------------------------------------------------------------------------
/** specifies the width.
*/
long Width;
- //-------------------------------------------------------------------------
/** specifies the height.
*/
@@ -44,7 +40,6 @@ published struct Size
};
-//=============================================================================
}; }; }; };