diff options
author | Diane Leigh <leighd2008@gmail.com> | 2022-06-18 07:54:56 -0400 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2022-06-18 15:43:00 +0200 |
commit | 243ffb1604e784a5dbc455a32681af32dd0126af (patch) | |
tree | 48d9fc7d26a1d4c301fb5221890a292f8d421000 /helpcompiler/inc | |
parent | 53786f02fde9fa544a8d385d1f651b871030c220 (diff) |
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 <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'helpcompiler/inc')
-rw-r--r-- | helpcompiler/inc/BasCodeTagger.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
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: */ |