summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/Rectangle.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-27 07:51:04 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-27 07:51:04 +0000
commitc800f3700f71b3a243ac922d743b6959b0736ae5 (patch)
tree46bd15417edefe023ada35d7184a112846fa2405 /offapi/com/sun/star/awt/Rectangle.idl
parent9c854694d9268d499ac7ba8d973f4d2e5a147a3a (diff)
INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED
2003/06/23 13:16:58 tbe 1.7.66.1: #56751# IDL review
Diffstat (limited to 'offapi/com/sun/star/awt/Rectangle.idl')
-rw-r--r--offapi/com/sun/star/awt/Rectangle.idl9
1 files changed, 2 insertions, 7 deletions
diff --git a/offapi/com/sun/star/awt/Rectangle.idl b/offapi/com/sun/star/awt/Rectangle.idl
index d4be8e77993f..8812c1bf3e60 100644
--- a/offapi/com/sun/star/awt/Rectangle.idl
+++ b/offapi/com/sun/star/awt/Rectangle.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Rectangle.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:52:38 $
+ * last change: $Author: vg $ $Date: 2003-06-27 08:50:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,33 +68,28 @@
//=============================================================================
-// DocMerge from xml: struct com::sun::star::awt::Rectangle
/** specifies a rectangular area by position and size.
*/
struct Rectangle
{
- // DocMerge from xml: field com::sun::star::awt::Rectangle::X
/** specifies the x-coordinate.
*/
long X;
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::awt::Rectangle::Y
/** specifies the y-coordinate.
*/
long Y;
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::awt::Rectangle::Width
/** specifies the width.
*/
long Width;
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::awt::Rectangle::Height
/** specifies the height.
*/
long Height;