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.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/geometry/EllipticalArc.idl b/offapi/com/sun/star/geometry/EllipticalArc.idl
index cdc5d97899a6..7fe9b40e9c62 100644
--- a/offapi/com/sun/star/geometry/EllipticalArc.idl
+++ b/offapi/com/sun/star/geometry/EllipticalArc.idl
@@ -61,13 +61,13 @@ struct EllipticalArc
double XAxisRotation;
- /** If <TRUE/>, and there's a choice, take the longer one of two arcs
+ /** 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
+ /** If `TRUE`, and there's a choice, take the arc that goes
clock-wise from start to end point.
*/
boolean IsClockwiseSweep;