diff options
Diffstat (limited to 'stoc/source/implementationregistration/implreg.cxx')
-rw-r--r-- | stoc/source/implementationregistration/implreg.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stoc/source/implementationregistration/implreg.cxx b/stoc/source/implementationregistration/implreg.cxx index fa3867deae90..2de4c88dcc8c 100644 --- a/stoc/source/implementationregistration/implreg.cxx +++ b/stoc/source/implementationregistration/implreg.cxx @@ -1657,7 +1657,6 @@ Sequence< OUString > ImplementationRegistration::getImplementations( const OUString & locationUrl) throw ( RuntimeException ) { - OUString implLoaderUrl(implementationLoaderUrl); OUString activatorName; if (!implementationLoaderUrl.isEmpty()) @@ -1668,7 +1667,7 @@ Sequence< OUString > ImplementationRegistration::getImplementations( } else { // check locationUrl to find out what kind of loader is needed - // set implLoaderUrl + // set implementationLoaderUrl } if( m_xSMgr.is() ) { |