summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering/StrokeAttributes.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/StrokeAttributes.idl')
-rw-r--r--offapi/com/sun/star/rendering/StrokeAttributes.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/rendering/StrokeAttributes.idl b/offapi/com/sun/star/rendering/StrokeAttributes.idl
index 927c29239d6b..441a5eec76a3 100644
--- a/offapi/com/sun/star/rendering/StrokeAttributes.idl
+++ b/offapi/com/sun/star/rendering/StrokeAttributes.idl
@@ -97,7 +97,7 @@ struct StrokeAttributes
The start point is the first point of every polygon of the
path poly-polygon.<p>
- @see <type>PathCapType</type>
+ @see PathCapType
*/
byte StartCapType;
@@ -107,7 +107,7 @@ struct StrokeAttributes
The end point is the last point of every polygon of the path
poly-polygon.<p>
- @see <type>PathCapType</type>
+ @see PathCapType
*/
byte EndCapType;
@@ -121,7 +121,7 @@ struct StrokeAttributes
connected, and therefore also not joined via the shape
specified here.<p>
- @see <type>PathJoinType</type>
+ @see PathJoinType
*/
byte JoinType;