Kaydet (Commit) 50044821 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused variable 'url'

Change-Id: I6ae6a95bdf9b0f82384dfdcbdefc6a546f81ef0f
üst ec522280
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment