summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/TextFrame.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/TextFrame.idl')
-rw-r--r--offapi/com/sun/star/text/TextFrame.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/TextFrame.idl b/offapi/com/sun/star/text/TextFrame.idl
index d3d1c08d4070..0bb87dda729a 100644
--- a/offapi/com/sun/star/text/TextFrame.idl
+++ b/offapi/com/sun/star/text/TextFrame.idl
@@ -26,15 +26,15 @@
module com { module sun { module star { module text {
-/** specifies a rectangular shape which contains a <type>Text</type> object
- and is attached to a piece of surrounding <type>Text</type>.
+/** specifies a rectangular shape which contains a Text object
+ and is attached to a piece of surrounding Text.
@see Text
@example StarBasic
- <p>This example shows how to create a <type>TextFrame</type> and insert
- it at the very beginning of <type>Text</type> component. The macro
+ <p>This example shows how to create a TextFrame and insert
+ it at the very beginning of Text component. The macro
is ready to run, if it is a script within a text document. </p>
<listing>