[Libreoffice-bugs] [Bug 133744] EDITING: Crashes when using "Paste special" (MacOS Catalina)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Jun 7 13:49:52 UTC 2020


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

--- Comment #14 from Mike Kaganski <mikekaganski at hotmail.com> ---
SvTreeListBox::KeyInput calls pImpl->KeyInput, which internally resets the
pImpl (in SvPasteObjectDialog::DoubleClickHdl, which ends the dialog), and
returns *false* (SalInstanceTreeView::DoubleClickHdl converts the true returned
by signal_row_activated into false). Then SvTreeListBox::KeyInput continues to
use the cleared pImpl.

Bibisect would help here, I'm sure.

-- 
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/20200607/381d2966/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list