[Libreoffice-bugs] [Bug 130792] Draw crashes when trying to add a point in a multiline ( steps in comment 8 )

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Apr 28 17:42:43 UTC 2020


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

--- Comment #11 from Regina Henschel <rb.henschel at t-online.de> ---
I think the case distinction in /include/svx/svdhdl.hxx#462 is lost.

before b4fc996520b47a6212661a9de3a1c72ccfc379a4
SdrHdl* GetHdl(size_t nNum) const { return nNum<aList.size() ? aList[nNum] :
nullptr; }

after
SdrHdl* GetHdl(size_t nNum) const { return maList[nNum].get(); }

-- 
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/20200428/429060d7/attachment.htm>


More information about the Libreoffice-bugs mailing list