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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/source/loadsharedlibcomponentfactory.hxx b/cppuhelper/source/loadsharedlibcomponentfactory.hxx
index b0986dd76f48..9809c558cc09 100644
--- a/cppuhelper/source/loadsharedlibcomponentfactory.hxx
+++ b/cppuhelper/source/loadsharedlibcomponentfactory.hxx
@@ -23,8 +23,8 @@ namespace rtl { class OUString; }
namespace cppuhelper { namespace detail {
css::uno::Reference<css::uno::XInterface> loadSharedLibComponentFactory(
- rtl::OUString const & uri, rtl::OUString const & prefix,
- rtl::OUString const & rImplName,
+ rtl::OUString const & uri, rtl::OUString const & environment,
+ rtl::OUString const & prefix, rtl::OUString const & rImplName,
css::uno::Reference<css::lang::XMultiServiceFactory> const & xMgr);
} }