diff options
Diffstat (limited to 'sc/inc/formulaiter.hxx')
-rw-r--r-- | sc/inc/formulaiter.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/formulaiter.hxx b/sc/inc/formulaiter.hxx index 6f0838d76382..69f0bb3f5f18 100644 --- a/sc/inc/formulaiter.hxx +++ b/sc/inc/formulaiter.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_INC_FORMULAITER_HXX -#define INCLUDED_SC_INC_FORMULAITER_HXX +#pragma once #include <formula/tokenarray.hxx> @@ -42,6 +41,4 @@ public: formula::FormulaToken* GetNextRefToken(); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |