From 5ab3360cf7e22ba7188ce6bfed5f2213a18a6f49 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 21 Sep 2011 16:09:17 +0100 Subject: WaE: unused variable --- dbaccess/source/ui/browser/unodatbr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess') 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 ) ); -- cgit