diff options
Diffstat (limited to 'sc/inc/compiler.hxx')
-rw-r--r-- | sc/inc/compiler.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx index b051f3ad4b4e..4eadf561eacf 100644 --- a/sc/inc/compiler.hxx +++ b/sc/inc/compiler.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_INC_COMPILER_HXX -#define INCLUDED_SC_INC_COMPILER_HXX +#pragma once #include <string.h> @@ -522,6 +521,4 @@ private: void AnnotateTrimOnDoubleRefs(); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |