summaryrefslogtreecommitdiffstats
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
parentadd Pali language (Latin script) - fdo#41599 (diff)
downloadcore-d41d645f55bf41f9a69f7894107f1a2732a3b7b3.tar.gz
core-d41d645f55bf41f9a69f7894107f1a2732a3b7b3.zip
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();
}