https://bugs.documentfoundation.org/show_bug.cgi?id=145538
--- Comment #68 from Rosalio Morales <[email protected]> --- I have carefully reviewed all for loops in basctl/source/basicide/baside2b.cxx as part of the EasyHack to replace traditional loops with range-based for loops where appropriate. After thorough analysis, I found that all loops rely on the loop counter variable for indexing or other logic, making them unsuitable for conversion to range-based loops without changing the logic. Therefore, no code changes were made to this file. This patch is submitted to document the review and avoid redundant work by other developers. Here is the Gerrit link to the patch: https://gerrit.libreoffice.org/c/core/+/188984 Thanks! -- You are receiving this mail because: You are the assignee for the bug.
