summaryrefslogtreecommitdiff
path: root/stoc/source/implementationregistration
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-12-07 11:38:05 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-12-07 11:40:01 +0100
commit14acb6b69800c0850157c2ba15b50c5527e46939 (patch)
tree1fc2c5f921d4369c834d6e384f887b606783e185 /stoc/source/implementationregistration
parent98108afb23f04d46c81b8b7d97fc2c71f57207a8 (diff)
Unused variables
Change-Id: I8d0d72ac2c3d7f0b0576980c770cb62af983d074
Diffstat (limited to 'stoc/source/implementationregistration')
-rw-r--r--stoc/source/implementationregistration/implreg.cxx3
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() ) {