summaryrefslogtreecommitdiff
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.idl48
1 files changed, 24 insertions, 24 deletions
diff --git a/offapi/com/sun/star/awt/Point.idl b/offapi/com/sun/star/awt/Point.idl
index 6afcc76d611e..aaabf47339a6 100644
--- a/offapi/com/sun/star/awt/Point.idl
+++ b/offapi/com/sun/star/awt/Point.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,34 +24,34 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_Point_idl__
-#define __com_sun_star_awt_Point_idl__
-
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
+#ifndef __com_sun_star_awt_Point_idl__
+#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.
*/
published struct Point
{
/** specifies the x-coordinate.
*/
- long X;
-
- //-------------------------------------------------------------------------
-
+ long X;
+
+ //-------------------------------------------------------------------------
+
/** specifies the y-coordinate.
*/
- long Y;
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ long Y;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif