diff options
Diffstat (limited to 'cppuhelper/source/loadsharedlibcomponentfactory.hxx')
-rw-r--r-- | cppuhelper/source/loadsharedlibcomponentfactory.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cppuhelper/source/loadsharedlibcomponentfactory.hxx b/cppuhelper/source/loadsharedlibcomponentfactory.hxx index 033fc8f3263b..3678c32e76fb 100644 --- a/cppuhelper/source/loadsharedlibcomponentfactory.hxx +++ b/cppuhelper/source/loadsharedlibcomponentfactory.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_CPPUHELPER_SOURCE_LOADSHAREDLIBCOMPONENTFACTORY_HXX -#define INCLUDED_CPPUHELPER_SOURCE_LOADSHAREDLIBCOMPONENTFACTORY_HXX +#pragma once #include <sal/config.h> @@ -39,6 +38,4 @@ void loadSharedLibComponentFactory( } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |