summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/XTextContent.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:25:41 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commit24b331efedc6fdf1082e92a2db444d80ae7fed81 (patch)
treeb3cbb48758c70259bafb5053e46d5ae6937235ed /offapi/com/sun/star/text/XTextContent.idl
parent*api: convert remaining <member> (diff)
downloadcore-24b331efedc6fdf1082e92a2db444d80ae7fed81.tar.gz
core-24b331efedc6fdf1082e92a2db444d80ae7fed81.zip
*api: convert rest of <member scope="foo">
sed -i 's,<member scope="\([^"]*\)">\([^<]\+\)</member>,\1::\2,g' Change-Id: Idbe0adc5a88e430c99257d4d61e540bf0eeaea8f
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();