summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/geometry
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-01-30 07:11:34 +0000
committerRüdiger Timm <rt@openoffice.org>2008-01-30 07:11:34 +0000
commita8b9cb3797238c480c51fd9ba162890bfa643b38 (patch)
treefcef037e7a84f5d040a255425f37118ddc67cfc6 /offapi/com/sun/star/geometry
parent525810e567a5049cfbfa12179538d16f395aceb7 (diff)
INTEGRATION: CWS dba24d (1.4.400); FILE MERGED
2007/11/30 21:02:38 fs 1.4.400.1: warning-free autodoc: 'Incorrectly Written Const Symbols' warning cause fixed
Diffstat (limited to 'offapi/com/sun/star/geometry')
-rw-r--r--offapi/com/sun/star/geometry/EllipticalArc.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/geometry/EllipticalArc.idl b/offapi/com/sun/star/geometry/EllipticalArc.idl
index 635462cd613f..f084b3d7802a 100644
--- a/offapi/com/sun/star/geometry/EllipticalArc.idl
+++ b/offapi/com/sun/star/geometry/EllipticalArc.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: EllipticalArc.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 01:34:54 $
+ * last change: $Author: rt $ $Date: 2008-01-30 08:11:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -84,14 +84,14 @@ struct EllipticalArc
//-------------------------------------------------------------------------
- /** 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;