diff options
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/simpleregistry/simpleregistry.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/simpleregistry/simpleregistry.cxx b/stoc/source/simpleregistry/simpleregistry.cxx index 5c4f7abf0047..eeef53671b78 100644 --- a/stoc/source/simpleregistry/simpleregistry.cxx +++ b/stoc/source/simpleregistry/simpleregistry.cxx @@ -975,7 +975,7 @@ OUString Key::getResolvedName(OUString const & aKeyName) { osl::MutexGuard guard(registry_->mutex_); OUString resolved; - RegError err = key_.getResolvedKeyName(aKeyName, true, resolved); + RegError err = key_.getResolvedKeyName(aKeyName, resolved); if (err != RegError::NO_ERROR) { throw css::registry::InvalidRegistryException( (("com.sun.star.registry.SimpleRegistry key getResolvedName:" |