https://bugs.documentfoundation.org/show_bug.cgi?id=130792
--- Comment #11 from Regina Henschel <[email protected]> ---
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._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs