summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/XTextContent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XTextContent.idl')
-rw-r--r--offapi/com/sun/star/text/XTextContent.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/XTextContent.idl b/offapi/com/sun/star/text/XTextContent.idl
index af92acea421b..8b1a541e9f08 100644
--- a/offapi/com/sun/star/text/XTextContent.idl
+++ b/offapi/com/sun/star/text/XTextContent.idl
@@ -62,11 +62,11 @@ published interface XTextContent: com::sun::star::lang::XComponent
<p>Note: The anchor of the actual implementation for text tables
does not have a position in the text. Thus that anchor can not be
used for some operation like attach() for example or
- <member scope="com::sun::star::text">insertTextContent</member>
+ com::sun::star::text::insertTextContent
or other function that require the object to have a position in the text.</p>
<p>The reason why a text table still needs an anchor is that for example
- tables should be insertable via <member scope="com::sun::star::text">insertTextContent</member>
+ tables should be insertable via com::sun::star::text::insertTextContent
and that interface uses a parameter of that type.</p>
*/
com::sun::star::text::XTextRange getAnchor();