summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/TextProperties.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/TextProperties.idl')
-rw-r--r--offapi/com/sun/star/drawing/TextProperties.idl16
1 files changed, 8 insertions, 8 deletions
diff --git a/offapi/com/sun/star/drawing/TextProperties.idl b/offapi/com/sun/star/drawing/TextProperties.idl
index e0d712353638..e67110e4d52a 100644
--- a/offapi/com/sun/star/drawing/TextProperties.idl
+++ b/offapi/com/sun/star/drawing/TextProperties.idl
@@ -140,9 +140,9 @@ published service TextProperties
/** This is the distance from the left edge of the Shape
to the left edge of the text.
- <p>This is only useful if <member>Text::TextHorizontalAdjust</member> is
+ <p>This is only useful if Text::TextHorizontalAdjust is
<const>BLOCK</const> or <const>STRETCH</const> or if
- <member>Text::TextFitSize</member> is <TRUE/>.</p>
+ Text::TextFitSize is <TRUE/>.</p>
*/
[property] long TextLeftDistance;
@@ -150,9 +150,9 @@ published service TextProperties
/** This is the distance from the right edge of the Shape
to the right edge of the text.
- <p>This is only useful if <member>Text::TextHorizontalAdjust</member> is
+ <p>This is only useful if Text::TextHorizontalAdjust is
<const>BLOCK</const> or <const>STRETCH</const>
- or if <member>Text::TextFitSize</member> is <TRUE/>.</p>
+ or if Text::TextFitSize is <TRUE/>.</p>
*/
[property] long TextRightDistance;
@@ -160,8 +160,8 @@ published service TextProperties
/** This is the distance from the upper edge of the Shape to
the upper edge of the text.
- <p>This is only useful if <member>Text::TextVerticalAdjust</member> is
- <const>BLOCK</const> or if <member>Text::TextFitSize</member> is
+ <p>This is only useful if Text::TextVerticalAdjust is
+ <const>BLOCK</const> or if Text::TextFitSize is
<TRUE/>.</p>
*/
[property] long TextUpperDistance;
@@ -172,8 +172,8 @@ published service TextProperties
- <p>This is only useful if <member>Text::TextVerticalAdjust</member> is
- <const>BLOCK</const> or if <member>Text::TextFitSize</member> is
+ <p>This is only useful if Text::TextVerticalAdjust is
+ <const>BLOCK</const> or if Text::TextFitSize is
<TRUE/>.</p>
*/
[property] long TextLowerDistance;