diff options
Diffstat (limited to 'sw/inc/calc.hxx')
-rw-r--r-- | sw/inc/calc.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/inc/calc.hxx b/sw/inc/calc.hxx index 9aa00ec0225c..ff9fde612ece 100644 --- a/sw/inc/calc.hxx +++ b/sw/inc/calc.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SW_INC_CALC_HXX -#define INCLUDED_SW_INC_CALC_HXX +#pragma once #include <memory> #include <vector> @@ -216,6 +215,4 @@ public: OUString* pValidName = nullptr ); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |