[Libreoffice-bugs] [Bug 143577] Crash on image delete
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Jul 29 08:30:37 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=143577
Julien Nabet <serval2412 at yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |raykowj at gmail.com
--- Comment #9 from Julien Nabet <serval2412 at yahoo.fr> ---
Jim: I noticed 2 things
1) about the crash itself, it crashes because of this line:
207 aIdx.GetNode().GetTextNode()->GetAttrOutlineContentVisible(bVisible);
In the case of the bugtracker aIdx.GetNode() isn't a text node, it's a graph
node.
2) I don't understand the adding of returns in
https://cgit.freedesktop.org/libreoffice/core/commit/?id=6b09276d157abada74e1a4989700139167207778
I mean, in case we enter the return instructions, we never execute the
instructions after the switch:
273 rReq.Done();
274
275 //#i42732# - notify the edit window that from now on we do not use the
input language
276 rTmpEditWin.SetUseInputLanguage( false );
Is it expected?
--
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/20210729/f90323a1/attachment.htm>
More information about the Libreoffice-bugs
mailing list