https://bugs.documentfoundation.org/show_bug.cgi?id=143148
Adarsh Gupta <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #181 from Adarsh Gupta <[email protected]> --- I have implemented the change to replace the include guards (i.e., #ifndef, #define, #endif) with #pragma once across all relevant header files. This will simplify the code and improve the overall compilation speed. You can review and merge the changes by visiting the following Pull Request on GitHub: https://github.com/LibreOffice/core/pull/44 -- You are receiving this mail because: You are the assignee for the bug.
