diff options
Diffstat (limited to 'sc/inc/defaultsoptions.hxx')
-rw-r--r-- | sc/inc/defaultsoptions.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/defaultsoptions.hxx b/sc/inc/defaultsoptions.hxx index 98f3050db4ce..3deefb8fc150 100644 --- a/sc/inc/defaultsoptions.hxx +++ b/sc/inc/defaultsoptions.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_SC_INC_DEFAULTSOPTIONS_HXX -#define INCLUDED_SC_INC_DEFAULTSOPTIONS_HXX +#pragma once #include <svl/poolitem.hxx> #include <unotools/configitem.hxx> @@ -76,6 +75,4 @@ public: virtual void Notify( const css::uno::Sequence< OUString >& aPropertyNames ) override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |