summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-26 19:00:20 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-26 19:29:50 +0200
commit500448212a479df99cfc1f943db54245ca06d5ea (patch)
tree6fb84d03911018c46f3e8009ca9e8962015d02e2 /desktop
parentec52228057deaf0958a49fb81a96a0a333805b65 (diff)
WaE: unused variable 'url'
Change-Id: I6ae6a95bdf9b0f82384dfdcbdefc6a546f81ef0f
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/registry/configuration/dp_configuration.cxx2
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