diff options
Diffstat (limited to 'sc/inc/attrib.hxx')
-rw-r--r-- | sc/inc/attrib.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/attrib.hxx b/sc/inc/attrib.hxx index 63025d90de30..57fb4a74db58 100644 --- a/sc/inc/attrib.hxx +++ b/sc/inc/attrib.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_INC_ATTRIB_HXX -#define INCLUDED_SC_INC_ATTRIB_HXX +#pragma once #include <memory> #include <svl/poolitem.hxx> @@ -357,6 +356,4 @@ public: const IntlWrapper& rIntl) const override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |