https://bugs.documentfoundation.org/show_bug.cgi?id=145539
Hossein <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|target:7.3.0 |target:7.3.0 reviewed:2023 --- Comment #9 from Hossein <[email protected]> --- Re-evaluating the EasyHack in 2023. This issue is still relevant. For header files, nothing is left as the remaining instances are all inside sc/source/core/opencl, and can be safely ignored. git grep "^const char" *.hxx|grep -F [ But, there are still remaining instances in the C++ source files: git grep "^const char" *.cxx|grep -F [ So, let's keep this issue open, and fix the remaining instances in the source files. Please note that not every instance is suitable for this change. For example, there are some instances remaining in this file, that are suitable for the change: xmlhelp/source/treeview/tvread.cxx -- You are receiving this mail because: You are the assignee for the bug.
