summaryrefslogtreecommitdiff
path: root/helpcompiler
diff options
context:
space:
mode:
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: */