https://bugs.documentfoundation.org/show_bug.cgi?id=116676

--- Comment #9 from Roland Baudin <[email protected]> ---
The bug is still there in LibreOffice 7.5.3.2.

I checked the source code and found that in file
editeng/source/uno/unotext.cxx, the method:

uno::Reference< text::XTextRange > SAL_CALL SvxUnoTextBase::insertTextPortion(
        const OUString& /*rText*/,
        const uno::Sequence< beans::PropertyValue >& /*rCharAndParaProps*/,
        const uno::Reference< text::XTextRange>& /*rTextRange*/ )
{
    uno::Reference< text::XTextRange > xRet;
    return xRet;
}

doesn't do anything, it is a dummy method.

On the contrary, the method:

uno::Reference< text::XTextRange > SAL_CALL SvxUnoTextBase::appendTextPortion(
        const OUString& rText,
        const uno::Sequence< beans::PropertyValue >& rCharAndParaProps )

is fully implemented.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to