diff options
author | Vincent LE GARREC <libreoffice@le-garrec.fr> | 2021-03-06 08:18:00 +0100 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2021-03-23 10:48:06 +0100 |
commit | 039e90ec011157c9e851221a53ec62d33acb71d1 (patch) | |
tree | e4b792dc6b8fe11cd823c53d94fb41ffab2a28d3 /extensions/source/logging | |
parent | ae2299301c3a5797b1a99d69156f367cabc614b0 (diff) |
tdf#124176 Use pragma once in extensions
Change-Id: I1a5ed69da20cef4428f5f61db5fb9411cff61dc7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112048
Tested-by: Jenkins
Reviewed-by: John Turpish <jbt@gmx.us>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'extensions/source/logging')
-rw-r--r-- | extensions/source/logging/loggerconfig.hxx | 5 | ||||
-rw-r--r-- | extensions/source/logging/loghandler.hxx | 5 | ||||
-rw-r--r-- | extensions/source/logging/logrecord.hxx | 5 | ||||
-rw-r--r-- | extensions/source/logging/methodguard.hxx | 5 |
4 files changed, 4 insertions, 16 deletions
diff --git a/extensions/source/logging/loggerconfig.hxx b/extensions/source/logging/loggerconfig.hxx index bc603135da2c..b08628cf16c0 100644 --- a/extensions/source/logging/loggerconfig.hxx +++ b/extensions/source/logging/loggerconfig.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_EXTENSIONS_SOURCE_LOGGING_LOGGERCONFIG_HXX -#define INCLUDED_EXTENSIONS_SOURCE_LOGGING_LOGGERCONFIG_HXX +#pragma once #include <com/sun/star/logging/XLogger.hpp> #include <com/sun/star/uno/XComponentContext.hpp> @@ -48,6 +47,4 @@ namespace logging } // namespace logging -#endif // INCLUDED_EXTENSIONS_SOURCE_LOGGING_LOGGERCONFIG_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/logging/loghandler.hxx b/extensions/source/logging/loghandler.hxx index 1e0feaa06c7c..02f4fb773761 100644 --- a/extensions/source/logging/loghandler.hxx +++ b/extensions/source/logging/loghandler.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_EXTENSIONS_SOURCE_LOGGING_LOGHANDLER_HXX -#define INCLUDED_EXTENSIONS_SOURCE_LOGGING_LOGHANDLER_HXX +#pragma once #include <sal/config.h> @@ -140,6 +139,4 @@ namespace logging } // namespace logging -#endif // INCLUDED_EXTENSIONS_SOURCE_LOGGING_LOGHANDLER_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/logging/logrecord.hxx b/extensions/source/logging/logrecord.hxx index eb192f80fb68..ad6e350cfbeb 100644 --- a/extensions/source/logging/logrecord.hxx +++ b/extensions/source/logging/logrecord.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_EXTENSIONS_SOURCE_LOGGING_LOGRECORD_HXX -#define INCLUDED_EXTENSIONS_SOURCE_LOGGING_LOGRECORD_HXX +#pragma once #include <com/sun/star/logging/LogRecord.hpp> @@ -51,6 +50,4 @@ namespace logging } // namespace logging -#endif // INCLUDED_EXTENSIONS_SOURCE_LOGGING_LOGRECORD_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/logging/methodguard.hxx b/extensions/source/logging/methodguard.hxx index 167b3a379617..189462eae667 100644 --- a/extensions/source/logging/methodguard.hxx +++ b/extensions/source/logging/methodguard.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_EXTENSIONS_SOURCE_LOGGING_METHODGUARD_HXX -#define INCLUDED_EXTENSIONS_SOURCE_LOGGING_METHODGUARD_HXX +#pragma once namespace logging @@ -53,6 +52,4 @@ namespace logging } // namespace logging -#endif // INCLUDED_EXTENSIONS_SOURCE_LOGGING_METHODGUARD_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |