diff options
Diffstat (limited to 'sc/inc/conditio.hxx')
-rw-r--r-- | sc/inc/conditio.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx index d22c623bd06e..a2441d22c3c2 100644 --- a/sc/inc/conditio.hxx +++ b/sc/inc/conditio.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_INC_CONDITIO_HXX -#define INCLUDED_SC_INC_CONDITIO_HXX +#pragma once #include "global.hxx" #include <tools/solar.h> @@ -691,6 +690,4 @@ public: void CalcAll(); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |