From d2e1dd559f4009a83f3ce6cb6617dfced010be74 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 1 Oct 2013 01:15:30 +0200 Subject: [API CHANGE] Stricter requirements for shlib.hxx function arguments rLibName -> uri must be an (absolute file) URI, rPath must be empty, and xKey must be null in loadSharedLibComponentFactory. While incompatible in theory, these functions should only be called internally, anyway. Change-Id: Iab144b199e4e7db62358283efec6877a5da19bab --- stoc/source/loader/dllcomponentloader.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stoc/source/loader/dllcomponentloader.cxx') diff --git a/stoc/source/loader/dllcomponentloader.cxx b/stoc/source/loader/dllcomponentloader.cxx index 0b2298766c31..854487dcecb0 100644 --- a/stoc/source/loader/dllcomponentloader.cxx +++ b/stoc/source/loader/dllcomponentloader.cxx @@ -185,7 +185,7 @@ Reference SAL_CALL DllComponentLoader::activate( return loadSharedLibComponentFactory( cppu::bootstrap_expandUri(rLibName), OUString(), rImplName, m_xSMgr, - xKey, aPrefix ); + css::uno::Reference(), aPrefix ); } -- cgit