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

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #9 from Julien Nabet <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to