summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/BezierPoint.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/BezierPoint.idl')
-rw-r--r--offapi/com/sun/star/drawing/BezierPoint.idl66
1 files changed, 33 insertions, 33 deletions
diff --git a/offapi/com/sun/star/drawing/BezierPoint.idl b/offapi/com/sun/star/drawing/BezierPoint.idl
index 6adf8c5f0b42..c2283c441cff 100644
--- a/offapi/com/sun/star/drawing/BezierPoint.idl
+++ b/offapi/com/sun/star/drawing/BezierPoint.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,23 +24,23 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_drawing_BezierPoint_idl__
-#define __com_sun_star_drawing_BezierPoint_idl__
-
-#ifndef __com_sun_star_awt_Point_idl__
-#include <com/sun/star/awt/Point.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module drawing {
-
-//=============================================================================
-
+#ifndef __com_sun_star_drawing_BezierPoint_idl__
+#define __com_sun_star_drawing_BezierPoint_idl__
+
+#ifndef __com_sun_star_awt_Point_idl__
+#include <com/sun/star/awt/Point.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module drawing {
+
+//=============================================================================
+
// DocMerge from xml: struct com::sun::star::drawing::BezierPoint
/** This is a point on a bezier curve.
-
+
<p>The two control points specify how the bezier curve
goes through the given position.</p>
@@ -51,27 +51,27 @@ published struct BezierPoint
// DocMerge from xml: field com::sun::star::drawing::BezierPoint::Position
/** This is the position of this point.
*/
- com::sun::star::awt::Point Position;
-
- //-------------------------------------------------------------------------
-
+ com::sun::star::awt::Point Position;
+
+ //-------------------------------------------------------------------------
+
// DocMerge from xml: field com::sun::star::drawing::BezierPoint::ControlPoint1
/** This is the position of the first control point.
*/
- com::sun::star::awt::Point ControlPoint1;
-
- //-------------------------------------------------------------------------
-
+ com::sun::star::awt::Point ControlPoint1;
+
+ //-------------------------------------------------------------------------
+
// DocMerge from xml: field com::sun::star::drawing::BezierPoint::ControlPoint2
/** This is the position of the second control point.
*/
- com::sun::star::awt::Point ControlPoint2;
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ com::sun::star::awt::Point ControlPoint2;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif