https://bugs.documentfoundation.org/show_bug.cgi?id=149207
Saburo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression By| |Noel Grandin Keywords| |bibisected --- Comment #13 from Saburo <[email protected]> --- bibisected with linux-64-6.3, bibisected with win32-6.3 Version: 6.3.0.0.alpha0+ Build ID: ec7ba61a6164c805f5a71b077715b7e1521a2d62 author Noel Grandin commit ec7ba61a6164c805f5a71b077715b7e1521a2d62 simplify SfxPoolItemArray_Impl (tdf#81765 related) Since we want to look up items by pointer, just store them in a std::unordered_set, which allows fast find(). This dramatically simplifies most operations on this data structure. Fix a dodgy sd test that was relying on items with the same whichid being in the pool being in a certain order. Change-Id: I4d79fc718f95e3083a20788be1050fbe9fca7263 Reviewed-on: https://gerrit.libreoffice.org/70881 -- You are receiving this mail because: You are the assignee for the bug.
