embedserv/source/inc/syswinwrapper.hxx | 5 +---- helpcompiler/inc/BasCodeTagger.hxx | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-)
New commits: commit 243ffb1604e784a5dbc455a32681af32dd0126af Author: Diane Leigh <[email protected]> AuthorDate: Sat Jun 18 07:54:56 2022 -0400 Commit: Ilmari Lauhakangas <[email protected]> CommitDate: Sat Jun 18 15:43:00 2022 +0200 tdf#143148 Use pragma once in embedserv and helpcompiler Change-Id: I006bbcea9ea69ffcf7c789691583430c9154af2e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136058 Tested-by: Ilmari Lauhakangas <[email protected]> Reviewed-by: Ilmari Lauhakangas <[email protected]> diff --git a/embedserv/source/inc/syswinwrapper.hxx b/embedserv/source/inc/syswinwrapper.hxx index f255058bff26..46ec83ae4052 100644 --- a/embedserv/source/inc/syswinwrapper.hxx +++ b/embedserv/source/inc/syswinwrapper.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_EMBEDSERV_SOURCE_INC_SYSWINWRAPPER_HXX -#define INCLUDED_EMBEDSERV_SOURCE_INC_SYSWINWRAPPER_HXX +#pragma once #if !defined WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN @@ -171,6 +170,4 @@ protected: } -#endif // INCLUDED_EMBEDSERV_SOURCE_INC_SYSWINWRAPPER_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/helpcompiler/inc/BasCodeTagger.hxx b/helpcompiler/inc/BasCodeTagger.hxx index b873001e6960..bf72ce0028b5 100644 --- a/helpcompiler/inc/BasCodeTagger.hxx +++ b/helpcompiler/inc/BasCodeTagger.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_HELPCOMPILER_INC_BASCODETAGGER_HXX -#define INCLUDED_HELPCOMPILER_INC_BASCODETAGGER_HXX +#pragma once #include <deque> #include <memory> @@ -55,6 +54,4 @@ class LibXmlTreeWalker void ignoreCurrNodesChildren(); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
