diff options
Diffstat (limited to 'helpcompiler/inc/HelpCompiler.hxx')
-rw-r--r-- | helpcompiler/inc/HelpCompiler.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/helpcompiler/inc/HelpCompiler.hxx b/helpcompiler/inc/HelpCompiler.hxx index c66e705ae222..04562e9c41a7 100644 --- a/helpcompiler/inc/HelpCompiler.hxx +++ b/helpcompiler/inc/HelpCompiler.hxx @@ -16,9 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -#ifndef INCLUDED_HELPCOMPILER_INC_HELPCOMPILER_HXX -#define INCLUDED_HELPCOMPILER_INC_HELPCOMPILER_HXX +#pragma once #include <sal/config.h> @@ -212,5 +210,4 @@ inline char tocharlower(char c) rtl::toAsciiLowerCase(static_cast<unsigned char>(c))); } -#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |