summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-21 16:09:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-21 16:09:17 +0100
commit5ab3360cf7e22ba7188ce6bfed5f2213a18a6f49 (patch)
tree1fe2355e254eb8f6d242e31a21da1f7c2f3360fe /dbaccess
parentbcbabc4b3a1c394cfab2602be14e2575a5b1ef42 (diff)
WaE: unused variable
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/browser/unodatbr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/browser/unodatbr.cxx b/dbaccess/source/ui/browser/unodatbr.cxx
index fe35d71f2908..3eadbe21154c 100644
--- a/dbaccess/source/ui/browser/unodatbr.cxx
+++ b/dbaccess/source/ui/browser/unodatbr.cxx
@@ -2484,7 +2484,7 @@ sal_Bool SbaTableQueryBrowser::implLoadAnything(const ::rtl::OUString& _rDataSou
InvalidateAll();
return bSuccess;
}
- catch( const SQLException& e )
+ catch( const SQLException& )
{
Any aException( ::cppu::getCaughtException() );
showError( SQLExceptionInfo( aException ) );