summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/rendering/PathJoinType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/PathJoinType.idl')
-rw-r--r--offapi/com/sun/star/rendering/PathJoinType.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/rendering/PathJoinType.idl b/offapi/com/sun/star/rendering/PathJoinType.idl
index 0865b925d41e..2916df4af844 100644
--- a/offapi/com/sun/star/rendering/PathJoinType.idl
+++ b/offapi/com/sun/star/rendering/PathJoinType.idl
@@ -38,21 +38,18 @@ constants PathJoinType
*/
const byte NONE=0;
- //-------------------------------------------------------------------------
/** Join the path segment by extending the outer border until they
intersect.
*/
const byte MITER=1;
- //-------------------------------------------------------------------------
/** Join the path segment with a pie-like patch, such that the
outer line of the meeting point is round.
*/
const byte ROUND=2;
- //-------------------------------------------------------------------------
/** Join the path segment by connecting the outer ends of the
abutting segments with a straight line.