dbaccess/source/ui/browser/unodatbr.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5ab3360cf7e22ba7188ce6bfed5f2213a18a6f49
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Sep 21 16:09:17 2011 +0100

    WaE: unused variable

diff --git a/dbaccess/source/ui/browser/unodatbr.cxx 
b/dbaccess/source/ui/browser/unodatbr.cxx
index fe35d71..3eadbe2 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 ) );
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to