summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source/loadsharedlibcomponentfactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/loadsharedlibcomponentfactory.hxx')
-rw-r--r--cppuhelper/source/loadsharedlibcomponentfactory.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/loadsharedlibcomponentfactory.hxx b/cppuhelper/source/loadsharedlibcomponentfactory.hxx
index 3678c32e76fb..d8c7bb55536b 100644
--- a/cppuhelper/source/loadsharedlibcomponentfactory.hxx
+++ b/cppuhelper/source/loadsharedlibcomponentfactory.hxx
@@ -26,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,