summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/Point.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-27 07:50:05 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-27 07:50:05 +0000
commit032e05bd85b2e6bfa9f77bf8bbae7f7d2ddd71dd (patch)
treed2a4990610bd7a8cab941b6722a164501764c368 /offapi/com/sun/star/awt/Point.idl
parent79f71d86f3183038990b852e81bfbaf5b637891c (diff)
INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED
2003/06/23 13:16:56 tbe 1.7.66.1: #56751# IDL review
Diffstat (limited to 'offapi/com/sun/star/awt/Point.idl')
-rw-r--r--offapi/com/sun/star/awt/Point.idl7
1 files changed, 2 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/Point.idl b/offapi/com/sun/star/awt/Point.idl
index 7963fd1adcfb..8b5a9928c63c 100644
--- a/offapi/com/sun/star/awt/Point.idl
+++ b/offapi/com/sun/star/awt/Point.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Point.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:52:37 $
+ * last change: $Author: vg $ $Date: 2003-06-27 08:50:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,19 +68,16 @@
//=============================================================================
-// DocMerge from xml: struct com::sun::star::awt::Point
/** specifies a 2-dimensional point using the Cartesian coordinate system.
*/
struct Point
{
- // DocMerge from xml: field com::sun::star::awt::Point::X
/** specifies the x-coordinate.
*/
long X;
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::awt::Point::Y
/** specifies the y-coordinate.
*/
long Y;