[Libreoffice-bugs] [Bug 118777] [Crash] Insert Signature Line after select image object
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Jul 24 08:59:26 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=118777
--- Comment #9 from Katarina Behrens (CIB) <Katarina.Behrens at cib.de> ---
(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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180724/66017639/attachment.html>
More information about the Libreoffice-bugs
mailing list