include/comphelper/asyncnotification.hxx | 6 +----- include/comphelper/backupfilehelper.hxx | 5 +---- include/comphelper/base64.hxx | 5 +---- 3 files changed, 3 insertions(+), 13 deletions(-)
New commits: commit 31ea0befeeabe785e12275556e2488698bc81e80 Author: Rene Lopez Araiza <[email protected]> AuthorDate: Mon Nov 24 17:56:27 2025 -0600 Commit: Ilmari Lauhakangas <[email protected]> CommitDate: Mon Dec 8 20:46:35 2025 +0100 tdf#143138: Use #pragma once in comphelper headers. Change-Id: I0476a8da1125dfe9fc56c411ff7acb9c72f3722a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194492 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <[email protected]> diff --git a/include/comphelper/asyncnotification.hxx b/include/comphelper/asyncnotification.hxx index ae241e4bc997..d5c0124e24d3 100644 --- a/include/comphelper/asyncnotification.hxx +++ b/include/comphelper/asyncnotification.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_COMPHELPER_ASYNCNOTIFICATION_HXX -#define INCLUDED_COMPHELPER_ASYNCNOTIFICATION_HXX +#pragma once #include <sal/config.h> #include <config_options.h> @@ -224,7 +223,4 @@ namespace comphelper } // namespace comphelper - -#endif // INCLUDED_COMPHELPER_ASYNCNOTIFICATION_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/comphelper/backupfilehelper.hxx b/include/comphelper/backupfilehelper.hxx index 7c4dac17bceb..d2bdf5d0e86d 100644 --- a/include/comphelper/backupfilehelper.hxx +++ b/include/comphelper/backupfilehelper.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_COMPHELPER_BACKUPFILEHELPER_HXX -#define INCLUDED_COMPHELPER_BACKUPFILEHELPER_HXX +#pragma once #include <sal/config.h> @@ -210,6 +209,4 @@ namespace comphelper }; } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/comphelper/base64.hxx b/include/comphelper/base64.hxx index 78a0bacb58e7..f630988029b4 100644 --- a/include/comphelper/base64.hxx +++ b/include/comphelper/base64.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_COMPHELPER_BASE64_HXX -#define INCLUDED_COMPHELPER_BASE64_HXX +#pragma once #include <sal/config.h> @@ -57,6 +56,4 @@ public: }; } -#endif // INCLUDED_COMPHELPER_BASE64_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
