offapi/com/sun/star/text/XText.idl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ab873780fd855940fe064f387ad1265da29d7169
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Fri Aug 16 12:17:56 2024 +0500
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Fri Aug 16 11:31:28 2024 +0200

    Clarify that XText::insertTextContent only accepts range that belongs to it
    
    This is a widespread error; even out wiki has it.
    
    Change-Id: Ia5a8b90a9b69bd868167ed1cfae86572c56e451c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171943
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

diff --git a/offapi/com/sun/star/text/XText.idl 
b/offapi/com/sun/star/text/XText.idl
index cb18f3da1a18..c7e60ef2898a 100644
--- a/offapi/com/sun/star/text/XText.idl
+++ b/offapi/com/sun/star/text/XText.idl
@@ -38,7 +38,7 @@ published interface XText: com::sun::star::text::XSimpleText
         </p>
 
         @param xRange
-            specifies the position of insertion.
+            specifies the position of insertion. Must belong to this XText.
 
         @param xContent
             the text content to be inserted.

Reply via email to