[Libreoffice-commits] core.git: basctl/source

Tor Lillqvist tml at iki.fi
Tue Sep 3 05:51:17 PDT 2013


 basctl/source/basicide/baside2b.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cbfe56c3bc7ae849f8ea9825445f5e2c5dc4dc00
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue Sep 3 15:46:47 2013 +0300

    WaE: C4101: 'ex' : unreferenced local variable
    
    Change-Id: I804bafb4057e1bb409b7f30d79554f2773cb3967

diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index 69012cc..e2e5e72 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -2901,7 +2901,7 @@ UnoTypeCodeCompletetor::UnoTypeCodeCompletetor( const std::vector< OUString >& a
         if( xRefl.is() )
             xClass = xRefl->forName( sVarType );//get the base class for reflection
     }
-    catch( const Exception& ex )
+    catch( const Exception& )
     {
         bCanComplete = false;
         return;


More information about the Libreoffice-commits mailing list