https://bugs.documentfoundation.org/show_bug.cgi?id=145538
--- Comment #71 from Rosalio Morales <chaliomorale...@gmail.com> --- I reviewed the file `basctl/source/dlged/dlged.cxx` and found that none of the C-style `for` loops can be safely or meaningfully converted to range-based `for` loops, as they rely on indexing, pointer arithmetic, or other specific iteration logic. Therefore, no changes were made to this file. Thanks. -- You are receiving this mail because: You are the assignee for the bug.