https://bugs.documentfoundation.org/show_bug.cgi?id=145538
--- Comment #63 from Rosalio Morales <[email protected]> --- I submitted a patch that replaces C-style for loops with modern range-based for loops in the apple_remote module, as part of this cleanup task. All the modified loops were safe to convert because the loop index was only used to access elements of the container, without relying on the index itself in any logic. Here is the Gerrit link to the patch: https://gerrit.libreoffice.org/c/core/+/188979 Thanks! -- You are receiving this mail because: You are the assignee for the bug.
