summaryrefslogtreecommitdiff
path: root/cppuhelper/source/loadsharedlibcomponentfactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/loadsharedlibcomponentfactory.hxx')
-rw-r--r--cppuhelper/source/loadsharedlibcomponentfactory.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/cppuhelper/source/loadsharedlibcomponentfactory.hxx b/cppuhelper/source/loadsharedlibcomponentfactory.hxx
index 033fc8f3263b..d8c7bb55536b 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>
@@ -27,7 +26,7 @@ namespace com::sun::star {
namespace cppuhelper::detail {
css::uno::Environment getEnvironment(
- OUString const & name, OUString const & implementation);
+ OUString const & name, std::u16string_view implementation);
void loadSharedLibComponentFactory(
OUString const & uri, OUString const & environment,
@@ -39,6 +38,4 @@ void loadSharedLibComponentFactory(
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */