diff options
Diffstat (limited to 'cppuhelper/source/servicemanager.cxx')
-rw-r--r-- | cppuhelper/source/servicemanager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/servicemanager.cxx b/cppuhelper/source/servicemanager.cxx index fe9ef7dbd2b4..070f1edd966b 100644 --- a/cppuhelper/source/servicemanager.cxx +++ b/cppuhelper/source/servicemanager.cxx @@ -1912,13 +1912,13 @@ void cppuhelper::ServiceManager::preloadImplementations() { if (aModule.is() && !rEntry.second->environment.isEmpty()) { - OUString aSymFactory; oslGenericFunction fpFactory; css::uno::Environment aTargetEnv; css::uno::Reference<css::uno::XInterface> xFactory; if(rEntry.second->constructorName.isEmpty()) { + OUString aSymFactory; // expand full name component factory symbol if (rEntry.second->prefix == "direct") aSymFactory = rEntry.second->name.replace('.', '_') + "_" COMPONENT_GETFACTORY; |