summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-10 12:01:11 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-10 12:53:02 +0300
commitd41d645f55bf41f9a69f7894107f1a2732a3b7b3 (patch)
tree0fdead525d4e06fd24ab0eba13b7dbc7ad070e4b /extensions
parent003973f5d461b981737946456eb08b2b7d60f150 (diff)
WaE: unreferenced local variable
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/bibliography/datman.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx
index 265496506a90..f825c6f42f75 100644
--- a/extensions/source/bibliography/datman.cxx
+++ b/extensions/source/bibliography/datman.cxx
@@ -1022,7 +1022,7 @@ void BibDataManager::setFilter(const ::rtl::OUString& rQuery)
xFormProps->setPropertyValue( C2U( "ApplyFilter" ), makeAny( sal_True ) );
reload();
}
- catch(Exception& e )
+ catch(Exception&)
{
DBG_UNHANDLED_EXCEPTION();
}