diff options
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: */ |