WaE: C4101: 'ex' : unreferenced local variable
Change-Id: I804bafb4057e1bb409b7f30d79554f2773cb3967
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user