diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-13 15:10:18 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-13 15:13:57 +0100 |
commit | 2f7b329297c65d75f428d389a53b5822e38b0ec5 (patch) | |
tree | 258fa3c153d972bfa961937686e39dc2275b5a57 /stoc | |
parent | 445d3d8484d6e480f461de305c9dc4def067cf20 (diff) |
[API CHANGE] remove cppu::loadSharedLibComponentFactory w/ rPrefix again
...it was never meant to be called by client code anyway and is no longer needed
to be exposed since the global service manager implementation moved to
cppuhelper.
Change-Id: If2d0510b2364084d36edeb156a3459d9b8aeb983
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/loader/dllcomponentloader.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/loader/dllcomponentloader.cxx b/stoc/source/loader/dllcomponentloader.cxx index f7570d347162..c10d8b3d2099 100644 --- a/stoc/source/loader/dllcomponentloader.cxx +++ b/stoc/source/loader/dllcomponentloader.cxx @@ -161,7 +161,7 @@ Reference<XInterface> SAL_CALL DllComponentLoader::activate( { return loadSharedLibComponentFactory( cppu::bootstrap_expandUri(rLibName), OUString(), rImplName, m_xSMgr, - css::uno::Reference<css::registry::XRegistryKey>(), OUString() ); + css::uno::Reference<css::registry::XRegistryKey>()); } |