summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/TextContent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/TextContent.idl')
-rw-r--r--offapi/com/sun/star/text/TextContent.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/text/TextContent.idl b/offapi/com/sun/star/text/TextContent.idl
index 361cb25b2a9e..3f97b2e6070e 100644
--- a/offapi/com/sun/star/text/TextContent.idl
+++ b/offapi/com/sun/star/text/TextContent.idl
@@ -28,13 +28,13 @@
module com { module sun { module star { module text {
/** is an object which can be anchored in a text, like instances of
- <type>TextFrame</type> or <type>TextField</type>.
+ TextFrame or TextField.
- <p>If the concrete <type>TextContent</type> has a textual
+ <p>If the concrete TextContent has a textual
representation which fades into the surrounding text, then
- <type>XTextField</type> is used.
+ XTextField is used.
- <p>If the concrete <type>TextContent</type> has a "floating" object,
+ <p>If the concrete TextContent has a "floating" object,
like a graphic, <type scope="com::sun::star::drawing">XShape</type>
is used.
@@ -54,7 +54,7 @@ published service TextContent
interface com::sun::star::text::XTextContent;
/** specifies how the text content is attached to its surrounding
- <type>Text</type>.
+ Text.
*/
[optional, property] com::sun::star::text::TextContentAnchorType AnchorType;