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

--- Comment #9 from Katarina Behrens (CIB) <[email protected]> ---
(In reply to Thorsten Behrens (CIB) from comment #8)
> Bubli, Michael - any quick remedy?

Nay, no immediate idea. It happens every time a non-text object is selected and
I know very little of Writer UNO API to say why is this happening. In
unotext.cxx:

if (pOwnStartNode != pTmp)
{
    uno::RuntimeException aRunException;
    aRunException.Message = "text interface and cursor not related";
    throw aRunException;
}

What is expected to happen in such case anyway, should the signature line be
inserted after the selected object, or should it replace the object?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to