summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/LineDash.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/LineDash.idl')
-rw-r--r--offapi/com/sun/star/drawing/LineDash.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/drawing/LineDash.idl b/offapi/com/sun/star/drawing/LineDash.idl
index 1633895c2553..ea0dd48f4ea0 100644
--- a/offapi/com/sun/star/drawing/LineDash.idl
+++ b/offapi/com/sun/star/drawing/LineDash.idl
@@ -25,15 +25,15 @@
module com { module sun { module star { module drawing {
-/** A <type>LineDash</type> defines a non-continuous line.
+/** A LineDash defines a non-continuous line.
*/
published struct LineDash
{
- /** This sets the style of this <type>LineDash</type>.
+ /** This sets the style of this LineDash.
*/
com::sun::star::drawing::DashStyle Style;
- /** This is the number of dots in this <type>LineDash</type>.
+ /** This is the number of dots in this LineDash.
*/
short Dots;