diff options
Diffstat (limited to 'sc/source/ui/inc/servobj.hxx')
-rw-r--r-- | sc/source/ui/inc/servobj.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/servobj.hxx b/sc/source/ui/inc/servobj.hxx index d6b664e1c3a0..2bb36aa6d976 100644 --- a/sc/source/ui/inc/servobj.hxx +++ b/sc/source/ui/inc/servobj.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_SOURCE_UI_INC_SERVOBJ_HXX -#define INCLUDED_SC_SOURCE_UI_INC_SERVOBJ_HXX +#pragma once #include <svl/lstner.hxx> #include <svl/listener.hxx> @@ -62,6 +61,4 @@ public: void EndListeningAll(); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |