diff options
-rw-r--r-- | desktop/source/deployment/registry/configuration/dp_configuration.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/registry/configuration/dp_configuration.cxx b/desktop/source/deployment/registry/configuration/dp_configuration.cxx index 17b0f161a595..41c23ff9e9ae 100644 --- a/desktop/source/deployment/registry/configuration/dp_configuration.cxx +++ b/desktop/source/deployment/registry/configuration/dp_configuration.cxx @@ -548,13 +548,13 @@ BackendImpl::PackageImpl::isRegistered_( Reference<XCommandEnvironment> const & ) { BackendImpl * that = getMyBackend(); - const OUString url(getURL()); bool bReg = false; if (that->hasActiveEntry(getURL())) bReg = true; #if HAVE_FEATURE_EXTENSIONS + const OUString url(getURL()); if (!bReg && that->m_registeredPackages.get()) { // fallback for user extension registered in berkeley DB |