summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/BaseFrameProperties.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/BaseFrameProperties.idl')
-rw-r--r--offapi/com/sun/star/text/BaseFrameProperties.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/BaseFrameProperties.idl b/offapi/com/sun/star/text/BaseFrameProperties.idl
index 53de2bdae3bb..c6c9985d5e36 100644
--- a/offapi/com/sun/star/text/BaseFrameProperties.idl
+++ b/offapi/com/sun/star/text/BaseFrameProperties.idl
@@ -140,12 +140,12 @@ published service BaseFrameProperties
[property] long BottomMargin;
/** contains the height of the object (1/100 mm).
- <p>It is only valid if <member>TextEmbeddedObject::RelativeHeight</member> is zero.</p>
+ <p>It is only valid if TextEmbeddedObject::RelativeHeight is zero.</p>
*/
[property] long Height;
/** contains the width of the object (1/100 mm).
- <p>It is only valid if <member>TextEmbeddedObject::RelativeWidth</member> is zero.</p>
+ <p>It is only valid if TextEmbeddedObject::RelativeWidth is zero.</p>
*/
[property] long Width;
/** contains the relative height of the object.
@@ -188,7 +188,7 @@ published service BaseFrameProperties
/** contains the vertical position of the object (1/100 mm).
- It is only valid if <member>TextEmbeddedObject::VertOrient</member> is
+ It is only valid if TextEmbeddedObject::VertOrient is
<const>VertOrientation::NONE</const>.
*/
[property] long VertOrientPosition;