https://bugs.documentfoundation.org/show_bug.cgi?id=145538
--- Comment #39 from Buovjaga <ilmari.lauhakan...@libreoffice.org> --- Tip from https://dev.blog.documentfoundation.org/2022/03/08/use-range-based-for-loops-easyhack/ You can find some possible candidates for changing to range based for loops with these commands: git grep -w for *.cxx | grep -iF "size()" git grep -w for *.cxx | grep -iF "length()" -- You are receiving this mail because: You are the assignee for the bug.