summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/geometry/EllipticalArc.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/geometry/EllipticalArc.idl')
-rw-r--r--offapi/com/sun/star/geometry/EllipticalArc.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/geometry/EllipticalArc.idl b/offapi/com/sun/star/geometry/EllipticalArc.idl
index 5d36f84d4134..fc4c67ab2fa8 100644
--- a/offapi/com/sun/star/geometry/EllipticalArc.idl
+++ b/offapi/com/sun/star/geometry/EllipticalArc.idl
@@ -51,36 +51,30 @@ struct EllipticalArc
/// Start point of the arc.
RealPoint2D StartPosition;
- //-------------------------------------------------------------------------
/// End point of the arc.
RealPoint2D EndPosition;
- //-------------------------------------------------------------------------
/// Main radius in x direction of the ellipse this arc is part of.
double RadiusX;
- //-------------------------------------------------------------------------
/// Main radius in y direction of the ellipse this arc is part of.
double RadiusY;
- //-------------------------------------------------------------------------
/** Rotation angle of the x axis of the ellipse relative to the x
axis of the reference coordinate system.
*/
double XAxisRotation;
- //-------------------------------------------------------------------------
/** If <TRUE/>, and there's a choice, take the longer one of two arcs
connecting start and end point.
*/
boolean IsLargeArc;
- //-------------------------------------------------------------------------
/** If <TRUE/>, and there's a choice, take the arc that goes
clock-wise from start to end point.