diff options
Diffstat (limited to 'sc/source/ui/inc/pfuncache.hxx')
-rw-r--r-- | sc/source/ui/inc/pfuncache.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/pfuncache.hxx b/sc/source/ui/inc/pfuncache.hxx index 7ae640834dda..902ea7ade517 100644 --- a/sc/source/ui/inc/pfuncache.hxx +++ b/sc/source/ui/inc/pfuncache.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_SOURCE_UI_INC_PFUNCACHE_HXX -#define INCLUDED_SC_SOURCE_UI_INC_PFUNCACHE_HXX +#pragma once #include <vector> #include <tools/gen.hxx> @@ -109,6 +108,4 @@ public: tools::Long GetDisplayStart( SCTAB nTab ) const; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |