WaE: C4101: 'ex' : unreferenced local variable

Change-Id: I804bafb4057e1bb409b7f30d79554f2773cb3967
This commit is contained in:
Tor Lillqvist
2013-09-03 15:46:47 +03:00
parent e576b47521
commit cbfe56c3bc

View File

@@ -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;