summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/Point.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/Point.idl')
-rw-r--r--offapi/com/sun/star/awt/Point.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/Point.idl b/offapi/com/sun/star/awt/Point.idl
index ba8232e1bd27..4a1accd1a26c 100644
--- a/offapi/com/sun/star/awt/Point.idl
+++ b/offapi/com/sun/star/awt/Point.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_awt_Point_idl__
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specifies a 2-dimensional point using the Cartesian coordinate system.
*/
@@ -34,7 +32,6 @@ published struct Point
*/
long X;
- //-------------------------------------------------------------------------
/** specifies the y-coordinate.
*/
@@ -42,7 +39,6 @@ published struct Point
};
-//=============================================================================
}; }; }; };