summaryrefslogtreecommitdiff
path: root/helpcompiler
diff options
context:
space:
mode:
authorDiane Leigh <leighd2008@gmail.com>2022-06-18 07:54:56 -0400
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2022-06-18 15:43:00 +0200
commit243ffb1604e784a5dbc455a32681af32dd0126af (patch)
tree48d9fc7d26a1d4c301fb5221890a292f8d421000 /helpcompiler
parent53786f02fde9fa544a8d385d1f651b871030c220 (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')
-rw-r--r--helpcompiler/inc/BasCodeTagger.hxx5
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: */