From 24b331efedc6fdf1082e92a2db444d80ae7fed81 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 27 Apr 2013 23:25:41 +0200 Subject: *api: convert rest of sed -i 's,\([^<]\+\),\1::\2,g' Change-Id: Idbe0adc5a88e430c99257d4d61e540bf0eeaea8f --- offapi/com/sun/star/text/XTextContent.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'offapi/com/sun/star/text/XTextContent.idl') 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

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 - insertTextContent + com::sun::star::text::insertTextContent or other function that require the object to have a position in the text.

The reason why a text table still needs an anchor is that for example - tables should be insertable via insertTextContent + tables should be insertable via com::sun::star::text::insertTextContent and that interface uses a parameter of that type.

*/ com::sun::star::text::XTextRange getAnchor(); -- cgit