diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-10 12:01:11 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-10 12:53:02 +0300 |
commit | d41d645f55bf41f9a69f7894107f1a2732a3b7b3 (patch) | |
tree | 0fdead525d4e06fd24ab0eba13b7dbc7ad070e4b | |
parent | 003973f5d461b981737946456eb08b2b7d60f150 (diff) |
WaE: unreferenced local variable
-rw-r--r-- | extensions/source/bibliography/datman.cxx | 2 |
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(); } |