summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/rendering/PathCapType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/PathCapType.idl')
-rw-r--r--offapi/com/sun/star/rendering/PathCapType.idl2
1 files changed, 0 insertions, 2 deletions
diff --git a/offapi/com/sun/star/rendering/PathCapType.idl b/offapi/com/sun/star/rendering/PathCapType.idl
index ebfb81bf46b2..65cae117cf51 100644
--- a/offapi/com/sun/star/rendering/PathCapType.idl
+++ b/offapi/com/sun/star/rendering/PathCapType.idl
@@ -35,12 +35,10 @@ constants PathCapType
/// End the path at its start or end point, without any cap.
const byte BUTT=0;
- //-------------------------------------------------------------------------
/// Extend the path with a half circle cap, diameter is the line width.
const byte ROUND=1;
- //-------------------------------------------------------------------------
/// Extend the path with a rectangular cap, half the line width long.
const byte SQUARE=2;