Background: https://en.wikipedia.org/wiki/Include_guard The task is to remove the include guards in the header files and replace them with "#pragma once". This report is a continuation of bug 124176 - please see the commits in it for examples. The idea is to work on a few files per patch and move on to other tasks. This is a good first task for beginners. Keep in mind: - leave the status as NEW and do not assign this to yourself - multi-hacker tasks work like this - write a brief, but informative commit message referring to the report ID - don't leave extra blank lines in the source files Simple command to get a list of possible candidates: git grep "#ifndef" | grep hxx Helper scripts are in bug 124176 comment 126 and bug 124176 comment 213 NOTE: There are some source files containing include guards that are meant to also be processed by compilers other than LO's build baseline compilers: * All URE include files, see the (generated via odk/CustomTarget_allheaders.mk) workdir/CustomTarget/odk/allheaders/allheaders.hxx for a complete list. * Anything under odk/examples/. For those source files, it is probably better to conservatively stick with include guards than to replace them with #pragma once. To generate the allheaders.hxx file, run make CustomTarget_odk/allheaders
YakovlevAl committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/2a31c5dd37012de5a52dbbc08937401fc38434fb tdf#143148 Use pragma once instead of include guards It will be available in 7.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Sabyasachi Bhoi committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/cf717f6d41dd3a2a582ee1478e83c281b18b9c3f tdf#143148: Use pragma once instead of include guards It will be available in 7.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Huilin committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/c5dcf48789d705d1b842e45d7c22cb38e477307c tdf#143148: Use pragma once instead of include guards It will be available in 7.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Huilin committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/151237558c3da083a45b29a98523366a8d438aeb tdf#143148: Use pragma once instead of include guards It will be available in 7.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
oguzbalkaya committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/ae1ac7eaf14a78bff050b90daaf7a9996cfc2f9a tdf#143148: Use pragma once instead of include guards It will be available in 7.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Zeynep Yavuz committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/e642179f466c899365fc9539a8aca66b39fea39a tdf#143148: Use pragma once instead of include guards (Episode 2: Endgame) It will be available in 7.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Ankur Khandelwal committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/19b3b3b8a516fd7e76fba72ced43be539d01209a tdf#143148 Replaced #include guards with #pragma once. It will be available in 7.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Emircan Agac committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/1788dbb32fd212a716ffca4facfc421c59f9ef5a tdf#143148:Use pragma once in store It will be available in 7.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Yildiray committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/ab0bb71280999ef7c11c341f5269ea98019fe4c3 tdf#143148 Use pragma once in sdext It will be available in 7.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Zeynep Yavuz committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/b0a75847738060266ed1b0d5c046132b97e4e158 tdf#143148: Use pragma once instead of include guards It will be available in 7.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Emircan Agac committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/ca7e81099b65a72762699791fe114df4743fca13 tdf#143148:Use pragma once instead of include guards It will be available in 7.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Yildiray committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/768722ea12779e5c533d691c311b63490e2279d0 tdf#143148: Use pragma once in sdext It will be available in 7.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Baran Aytas committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/c7bc3f2ee22f6c5d00364947bdef7ece62a060bd tdf#143148: Use pragma once in chart2 It will be available in 7.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
4k5h1t committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/0bae96d56134e2cd2a6fe101fc053cea48c1e017 tdf#143148: Use pragma once instead of include guards in compilerplugins It will be available in 7.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Chris Sherlock committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/b964de6daacd583a1ae10760fe76a6cb49bd2e4d tdf#143148 - Use pragma once instead of include guards It will be available in 7.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Chris Sherlock committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/2c0ce0daa0a2eae87e6425793e0dfb39ac5a359e tdf#143148 - Use pragma once instead of include guards It will be available in 7.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Julien Nabet committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/84a4e281c1a552b002b3a7162adfaece47761e88 tdf#143148 - Use pragma once instead of include guards It will be available in 7.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Henrik Palomäki committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/123edad21081ab45c8d83be4788f3c47c3b9a2dc tdf#143148 - Use pragma once instead of include guards It will be available in 7.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Harjot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/805fd18d934c7323f678eb4df2f4b770ea8184f1 tdf#143148 Use pragma once in i18npool It will be available in 7.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Pesi Taototo committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/5bd9ded5f01c39f201d21a90541aecb6dba80fad tdf#143148 Use pragma once instead of include guards It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
VaibhavMalik4187 committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/6565f0d23737868fbbd1aa78c08223dd255e1924 tdf#143148 Use pragma once in vcl It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Ramreiso Kashung committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/7fe2ce55ab86cc7a32850fdf504e368c535949c3 tdf#143148 : Use pragma once instead of include guards It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Sinduja Y committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/0bc1f4aba10194547a8169eb568cc62e84ec89db tdf#143148 Use pragma once instead of include guards It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
psidiumcode committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/b69dc9faac1bc5409f43160228703108a002ed11 tdf#143148 Use pragma once instead of include guards It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Deep17 committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/6aec296589f9e1fb35443fc1cdbe5e8ea50d100b tdf#143148 Use pragma once instead of include guards It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Tushar Jham committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/122ebe3ac77056ef381981d641ea5d03b2a62001 tdf#143148 Use pragma once instead of include guards It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Note: ignore files under the external/ directory as these are copies of external libraries and programs.
mostafa-elsharnoby committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/c03b09e502bf178ae3b6752408e4f9813d4a49a8 tdf#143148: Use pragma once instead of include guards It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Yomnasalama committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/92ddacfaa00f7dbcddc521f2239916e69e9a33d6 tdf#143148- Use pragma once in connectivity It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Behrad Khorram committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/a30b3ef7ff4c69272c7c20dc9ea947c15b16216e tdf#143148 Use pragma once instead of include guards in xlimits.hxx file It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Shady Mohamed committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/4d27d087de2922f918a76437a1385dc4a287afc3 tdf#143148 Use pragma once instead of include guards It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Aman Jha committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/7784744b1fbc0e07c1b01addd1043606e8a631da tdf#143148 use pragma once in idlc It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Isha_Desai committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/7de83e464d21f68e1c88b9bf69264482fcc1e49d tdf#143148 Use pragma once instead of include guards. It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Re-evaluating the EasyHack in 2022 This task is still relevant, at it is can be a starting point for the newbies who want to start working with the code and submitting patches.
Diane Leigh committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/243ffb1604e784a5dbc455a32681af32dd0126af tdf#143148 Use pragma once in embedserv and helpcompiler It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Mahdyar M. M. Sadeghi committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/073b1aeb8c02500b8cf8844a1ac774a693e0d39f tdf#143148 Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Amir H committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/e9d4fe965aa40496fb0e2107a3abf1e260a65c28 tdf#143148 Use pragma once instead of the include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Parsa committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/e021fc0a1a00f4ac635cdbeb89826805482e50df tdf#143148: Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Mahkame Arabgari committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/30ef327ff4ad2eb213265596368677db9b4c074a tdf#143148 Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Mahdi Tizabi committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/5cbbbe559ea37b10f276b5a6231c9cc26f8bee12 tdf#143148 Use pragma once in vcl part It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Chris Sherlock committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/c28455b899fa7e9d88f843cd59663aa522a28a33 tdf#143148 store: Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Chris Sherlock committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/6952be913510c63716940648a06163c19622187e tdf#143148 registry: Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Mohsen Rahimi committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/63ef38cf8140a155e8d34497c5b0050432298bce tdf#143148 embedserv: Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
ehsan committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/2558bb6cfd7e3faf33b7b24cb056a8e44ba8297d tdf#143148 Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
ehsan committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/514de206bcd4a59260a806b86f0e90146681d186 tdf#143148 Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
am.faraji committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/5aad816758652e5a4112527cf477d84e72a724ba tdf#143148 Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
nazanin yadi committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/a93d7e7df6804cd6f1f2fa1ef0e6e95ce6c3752a tdf#143148 Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Arman Rezaei committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/20c54847db287a21285835bbdfd09a66070a4c6d tdf#143148 - Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
PoonamShokeen committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/053f470316b89b6fcea1fac69e6bffd4f65f91ee tdf#143148 Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Chris Sherlock committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/2732115080036e4333fd025ca00396b3ff48c624 tdf#143148 tools: Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
U-LAPTOP-06BFT6KB\Client committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/c1e65e8010348b39ba9ffadd3ebfd2587a969c82 tdf#143148 use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Nalini Prasad Dash committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/837d52dbc296526f65e16b458152414059abd782 tdf#143148 Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Rakielle committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/f42bd275ce707ce3d88553d04582333f2eff0d71 tdf#143148 Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Calvince Otieno committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/93b75323205b1337643c7df2d5aa0eaeb49f888b tdf#143148 Use pragma once instead of include guards in the header file It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Emmanuel Peter committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/6629197f08249725e9fef4f0c5fee3c98657d838 tdf#143148: Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
OmkarAcharekar committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/3398a2bc324bb00c18071374cb33f97cd9902860 tdf#143148 Use pragma once in sw/source/ui/envelp It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Hemant Kumar Singh committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/683c2e286e2b8f3220481625d085bdde8e1eab29 tdf#143148 Use pragma once in vcl/source/edit It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
sahilbutoal08 committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/ac90933dde68c6daf1eeebabb55de6e361eb4995 tdf#143148 Use of #pragma once instead of include guards. It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
zonnebloempje committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/e519b121e3e43e4fd9e8e11c2ead4076ccda422f tdf#143148 Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Harshita Nag committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/ddb8a1a282aae74c1cee3a5e1f446abd0c00b116 tdf#143148 Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Siddharth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/9cac01b4f19c8fc3adb1a19a71b2f214a1586d8f tdf#143148 Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Bogdan B committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/b813326ac01b8c8773b499afc9c5ec7dafcbf44f tdf#143148 Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Bogdan B committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/08e163864fb48c5299518e98ddff57f192a1ba2a tdf#143148 Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Bogdan B committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/39490a5a07db543f681fcd6e59083d5c72dc9927 tdf#143148 Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Bogdan B committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/b43d4e1d220b333b7eb17e8a7d914e2cab72985f tdf#143148 Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Bogdan B committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/e1562ac3d7821cee90db383db5734b86691a3887 tdf#143148 Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Bogdan B committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/70987cc656f0cded915be5aa148f265a257ec791 tdf#143148 Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Bogdan B committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/f2daf6c28fea2b8a1c7c8638ed14f3c0e6c5a034 tdf#143148 Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Bogdan B committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/c2d1cfd346f7546adbe1cbe8df797adcafcc4acf tdf#143148 Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Bogdan B committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/1cd62f8cc6d47d1d3ba695e00fc36d650084fede tdf#143148 Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Bogdan B committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/abe269d3f9ca01bb1151d3ef8c20bcfa6530c65c tdf#143148 Use pragma once instead of include guards It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
ahsmha committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/46c8dacd3bd01b0453796d1eb729f81f175837f2 tdf#143148 Use pragma once instead of include guards It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Douglas Guptill committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/8a96d90a890812d49ee4f3c45b99aa0110b94d69 tdf#143148 Use pragma once instead of include guards It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
DowdyJ committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/b8cda1fe1c87af9f378b49bbd3beee25f3c4a942 tdf#143148 Use pragma once instead of include guards It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Adoche Onaji committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/fea79733c5b98554b4b092a82c30137437db1d7a tdf#143148 Use pragma once instead of include guards It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
anfanite396 committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/31605a4f46cbe5a231122da9bfb07c859522ec3d tdf#143148 Use pragma once instead of include guards It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Greg Kelesidis committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/1e2f6e7b27fafd6c579dfb09ccd2012151b4ab7e tdf#143148 Use pragma once instead of include guards It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Devansh Jain committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/81fa02eedbda2afa34c82420a02cd3b3f825be06 tdf#143148 Use pragma once instead of include guards in hwpfilter It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
please assign me this bug. I want to fix this bug
(In reply to Deepanshu Raj from comment #79) > please assign me this bug. I want to fix this bug Please remember our discussion: this is a multi-hacker task. You don't assign this to yourself. The point is to try a little bit and not do 4000 changes.
deepanshuraj099 committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/74501c5da13634632259f738d59b0273e2417147 tdf#143148 Use pragma once in vcl It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
buldi committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/4f6d506e79884b5febb50e61f58bfdba4deef323 tdf#143148 Use pragma once instead of include guard in sw It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
buldi committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/8ca611b2125a74cfdb273cfedfa3b94de14f628b tdf#143148 Use pragma once instead of include guards It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
buldi committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/4e822d22e11e241113e392a1475a479e052df909 tdf#143148 Use pragma once instead of include guard It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
niket1322git committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/e4fb37353e2f9f998c028319c5fa083bf3eaa4cc tdf#143148 Use pragma once instead of include guards It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
NirnayK committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/925796b3e2b45e04712fb647f0dfcf805a9b4ec2 tdf#143148 Use pragma once in vcl It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
niket1322git committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/a38fbfbf2f2d63d01444f0a0382b72de3e0af578 tdf#143148 Use pragma once instead of include guards It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Abdallah Elhdad committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/83cd42f8e3f88e5161c5164c3494a01b2ff9f08c tdf#143148 Use pragma once instead of include guards It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Yousef_Rabia committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/ddd2e00278eb489576eb4c63f44a1a034e7b9d8e tdf#143148 Use pragma once instead of include guards It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Uday Sharma committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/0d8d0fb8932652f182c46805d5cf3ae7f6ebadd5 tdf#143148: Use pragma once instead of include guards It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
jpuronah committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/6201b6468f53338f833dd93809cb4a78458114aa tdf#143148: Use pragma once instead of include guards It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
gilssonn committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/47b1e4fdb1d70c9812fe849e6007ca74f3e18787 tdf#143148 Use pragma once instead of include guards in chart2 It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Venetia Furtado committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/8d52aac82344c0198a42ea104fb4fb9b157d8ea4 tdf#143148: Use pragma once instead of include guards It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
sahil committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/e99f7feb57e62d395d5b31f12e1c54194ffbf99d tdf#143148 Use pragma once in vcl It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
sahil committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/e9dcbb2a5965e062c84b2e222239e83fdf3f3227 tdf#143148 Use pragma once in sw It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Deepika Goyal committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/3297c1912f40450f92b67ad592ac255e1cd21749 tdf#143148 Use pragma once in vcl It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Tobias Kokolakis committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/0e51bb2c6b29928403dde5b3af88eb6cf3878f36 tdf#143148: Replace include guards with pragma once It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Yli875 committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/abbdb9cf2a40132f67cd6e0f2e9ad686ff36798b tdf#143148 Use pragma once instead of include guards It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Adam Seskunas committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/005f1547b8e5b37da243320b2eb7a84a47f4c821 tdf#143148 Use pragma once in uibase-app It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Bogdan Buzea committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/0f2918c25daab25cd0721d69f0506fe04456262d tdf#143148: Use pragma once instead of include guards It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Mihai Vasiliu committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/59b685e20cc7c74954757ab6b48a27ddf4d689f1 tdf#143148: Use pragma once instead of include guards It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Cosmin Humeniuc committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/69d0a140ae133f6c9ec708034ca8a888a734f9b9 tdf#143148: Use pragma once instead of include guards It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Ankit_Jaipuriar committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/18bc7b514c31270af37e98a0183eb34ed7970265 tdf#143148: Use pragma once instead of include guards It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Federico Gallo Herosa committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/287339e08d01a11e2d70e12f728ee2bf3e89eee3 tdf#143148: Use pragma once instead of include guards It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
khushishikhu committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/db0681effb0f04dc0f7ad39fa9410dfb7c647d95 tdf#143148 use pragma once and removed include guards It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Aml-Hassan-Abd-El-hamid committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/e0fd924cb3446f2c707ea173adc5b1aa81ac81c5 tdf#143148 Use pragma once instead of include guards It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Cristina Mustatea committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/5682e1d4145c26fc8021879df0543d5aeacf9c83 tdf#143148 Use pragma once instead of include guards It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Taichi Haradaguchi committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/9beb65b258f5e3e95ad4b86f2682c15ea1dac1af tdf#143148: Use pragma once instead of include guards in vcl/source It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Taichi Haradaguchi committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/a688f401980646577d353e96d271499b9b720667 tdf#143148: Use pragma once instead of include guards in vcl/osx It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Taichi Haradaguchi committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/7618c791a39e74b0f8291ff28f65df78cfa20301 tdf#143148: Use pragma once instead of include guards in vcl/inc/win It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Taichi Haradaguchi committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/76898eaf8fc665802c4fcdd129ec221d9019d4b9 tdf#143148: Use pragma once instead of include guards in vcl/inc/unx It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Achintya Sharma committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/ee65218d9e74fc787520830f29f74e1ac61383ea tdf#143148 use pragma once instead of include guards It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Kira Tubo committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/7081b28dd6ed1ab8b8d6528d94e44e5dc3b3121d tdf#143148 Use pragma once instead of include guards It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Luv Sharma committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/8eadc80ac0c5e194a99ba57a2bf9d29e1465bdf8 tdf#143148 Use pragma once instead of include guards in vcl It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
AkshayWarrier committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/3f0dd3d635507e4505cab4dac6e493f9dc985c23 tdf#143148 Use pragma once in svx It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
seturaj committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/eb9e4e7a6c7d11698a64489e22974574daabe823 tdf#143148: Use pragma once instead of include guards It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Stephan Bergmann committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/54716495a19d5717ec7fdee47d48773148754efa Revert "tdf#143148: Use pragma once instead of include guards" It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
AungKhantOo committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/404312cbf5c2b3cec55c19879d1d7207596b8ddb tdf#143148 Use pragma once instead of include guards in idl/inc/lex.hxx It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Keldin Maldonado (KNM) committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/405e3f8815d9117d3f6d93ac4d0031e308a284f0 tdf#143148 use pragma once instead of include guards It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Tuukka Orava committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/ef6212158d8308d60d3edb6c87117958758436e2 tdf#143148 Use pragma once in vcl/inc/graphic It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Steven Casey (SMCode) committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/6e0b4b9b9f5aeadf0deb4879b706fec50eb6135f tdf#143148 Use pragma instead of include guards It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
AhmedHamed committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/23056ce647654d57b63cb48a30488d35fcd26c7f tdf#143148 Use pragma once instead of include guards It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
anish.deshpande committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/3d8e32a195203e4b540274b9024ced2bc364afb0 tdf#143148 Use pragma once instead of include guards in vcl and xmloff It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Jonah Janzen committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/b117f7d42c7c8bce12d61c01b92b8af4e9aa70b1 tdf#143148 Use #pragma once instead of include guards It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
tbalaj committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/5c99838c1ab0ca34648256f47c8719eef00f088b tdf#143148 Update Include Guard usage It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
dmc_dev committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/d969251911a3499c78a3e09e0a6eb0285e8ab05c tdf#143148 update all headers in idl/inc to use #pragma once It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Mohit Marathe committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/370755c72d0b0a5215d2edd45e30782b1e9d0286 tdf#143148 Use #pragma once instead of include guards It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Christopher Loi committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/7c76332b52d9b3b967beecc1fe163eea783c471e tdf#143148: Replace include guards with pragma once It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
RMZeroFour committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/c845b7db9504d3e4fbc728839d8d73d454415071 tdf#143148 Replace include guards with pragma once in sc module It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
U-Aarons_Laptop\Aaron committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/cd72cefbc7b8abbdc5a66366e59ec81681d74aba tdf#143148 replace include guards with pragma once It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
wilmhit committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/b4134d3554711bfb1c05e8f36f9f4b5bc52aec3f tdf#143148: Use pragma once in dbui addresslistdialog It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Printf Debugging committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/3ca12a07335e1e9ae6b64491faaab6a46e9c4db5 tdf#143148 use pragma once instead of include guards in sc It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Heikki Ilvesmäki committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/2c724d88fef38a390744bbe1a4add031c6c62843 tdf#143148 use pragma once instead of include guards It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Zainab Abbasi committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/547f3215fc60819998ca80110ad56e02c41e4b3f tdf#143148 Use pragma once instead of include guards It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Omkar Santosh Nikam committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/7d1dc5707edb992f62d0a4b5bf1e8395f71f6e7b tdf#143148 Use pragma once instead of include guards It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
HakimOttey committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/7d38bdbf96c42d367dfa2cc7e2916c814aa08de2 tdf#143148 replace includes guards in vcl textlineinfo with pragma It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Omkar Santosh Nikam committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/123fdb0c7ac53f01406208f3c219e2716599effd tdf#143148: Use pragma once instead of include guards It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Omkar Santosh Nikam committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/681e113fae0b1baca6501326dfd249d26b5f68a4 tdf#143148: Use pragma once instead of include guards It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Michael Weghorn committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/cc733542fecc2e63bc794559dfa6320d788e9254 tdf#143148 kf: Use pragma once in kf5access.hxx It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
richtrimble committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/5d92f4dbb6ba0af39693564b83a44cc7610b577d tdf#143148 use pragma once instead of include guards It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Ashok committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/44522c38eca2955d2728dd7f0c433dcabb729f3b tdf#143148 Use pragma once instead of include guards It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Deepanshu Sharma committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/dbaf35467b4d07485bdcc4d7eb8e8aac1ae3a073 tdf#143148 Use pragma once in svx It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Chris Sherlock committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/bacaa3e5243e4aabc7fad795af2b25d79611f18c tdf#143148 Use pragma once in BitmapConvolutionMatrixFilter.hxx It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Chris Sherlock committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/08b62f16a9fb6abcc2b28e1664624cbbc820bf6a tdf#143148 Use pragma once in BitmapAlphaClampFilter.hxx It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
(In reply to Buovjaga from comment #0) > To generate the allheaders.hxx file, run > > make CustomTarget_odk/allheaders Since <https://git.libreoffice.org/core/+/b0228e4d39656c487300a607117a9e1c6c14620b%5E%21> "make --disable-odk the default", you need to explicitly configure your build with "--enable-odk" (i.e., add that to your autogen.input) for that to work. (Credit to Stephan Bergmann for tip.)
Marc Mondesir committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/44ed3d5e009ba9819bfebb4032022ea33d2622ba tdf#143148 Use pragma once in animationnodehelper.hxx It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Usman Akinyemi committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/760686f8810b1a2a742b3a51063e12fb51b0323b tdf#143148 Use pragma once instead of include guards in svx directory It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Abraham Samuel Adekunle committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/3287deb82ef0ee2048f733ae981961f527888727 tdf#143148 Use pragma once instead of include guards It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Abrar Emad committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/8e2369a7813ba7dca75ac30b5ae2a26e181503c6 tdf#143148 Use pragma once instead of include guards It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Muluh MG Godson committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/92b4b7d6bb2465fd806833c9ba7d2d6282b3dbed tdf#143148 Use pragma once instead of include guards It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
MelvinYG committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/429883310611da285561d57207d2322748abdc97 tdf#143148: Use pragma once instead of include guards It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
folandidi committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/33ca469ee6f0249582e0ed7f623b79848edbccb1 tdf#143148: Use pragma once instead of include guards It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Oromidayo Owolabi committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/80e8375828ac09fdb5a127b7690848075e37aa9c tdf#143148 Use #pragma once instead of include guards It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
JaxkDev committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/cf39ee6cbfed2ec6e82c136712910bf3f4954bdf tdf#143148 Use #pragma once instead of include guards It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Lue_lueita committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/a95b97adaa4a4a7ed76c832df9ed9ae64329a787 tdf#143148 Use #pragma once instead of include guards It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Lorenzo Lovato committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/7e705f6c80233943603cf0953a0188b0acc75d50 tdf#143148: #pragma once instead of include guards It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
ZOK committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/707469a8d9dd1c829720ceffab598fa70d3e9d94 tdf#143148 Replace include guards with #pragma once in header files It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Muluh MG Godson committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/1feb2466dccc0eee66bbfd50aff23ad7864e0c94 tdf#143148 Use #pragma once instead of include guards It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
LeSci-0x1 committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/b53242ec23cd34f7f42750cd4d01f3384c827b76 tdf#143148 use pragma once instead of include guards It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
lynn_edem committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/961f8bdce4f81d56922670bcde3c0cd0238811d5 tdf#143148 Use #pragma once instead of include guards It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Rosh committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/550abc0f37daf5f78def278de556b2dbb5ddf127 tdf#143148 use pragma once instead of include guards It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Mohamed Ali committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/bb7cd2946668e3bc7e98411d7e9bfe956cf5eb2e tdf#143148 Use #pragma once instead of include guards It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Sloane Vaznova committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/78f2f1502bb09e76615d5aee9335f7f6f6f64eda tdf#143148 Use pragma once instead of include guards It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.