diff options
Diffstat (limited to 'comphelper/source/misc/instancelocker.hxx')
-rw-r--r-- | comphelper/source/misc/instancelocker.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/comphelper/source/misc/instancelocker.hxx b/comphelper/source/misc/instancelocker.hxx index ff5cee4f4775..02180e511c0f 100644 --- a/comphelper/source/misc/instancelocker.hxx +++ b/comphelper/source/misc/instancelocker.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_COMPHELPER_SOURCE_MISC_INSTANCELOCKER_HXX -#define INCLUDED_COMPHELPER_SOURCE_MISC_INSTANCELOCKER_HXX +#pragma once #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/util/XCloseListener.hpp> @@ -110,6 +109,4 @@ public: }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |