summaryrefslogtreecommitdiff
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.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/geometry/EllipticalArc.idl b/offapi/com/sun/star/geometry/EllipticalArc.idl
index 620cbead640a..7c9bc1ee4af6 100644
--- a/offapi/com/sun/star/geometry/EllipticalArc.idl
+++ b/offapi/com/sun/star/geometry/EllipticalArc.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
@@ -60,26 +60,26 @@ struct EllipticalArc
//-------------------------------------------------------------------------
/// Main radius in x direction of the ellipse this arc is part of.
- double RadiusX;
+ double RadiusX;
//-------------------------------------------------------------------------
/// Main radius in y direction of the ellipse this arc is part of.
- double RadiusY;
+ double RadiusY;
//-------------------------------------------------------------------------
/** Rotation angle of the x axis of the ellipse relative to the x
axis of the reference coordinate system.
*/
- double XAxisRotation;
+ double XAxisRotation;
//-------------------------------------------------------------------------
/** If <TRUE/>, and there's a choice, take the longer one of two arcs
connecting start and end point.
*/
- boolean IsLargeArc;
+ boolean IsLargeArc;
//-------------------------------------------------------------------------