Kaydet (Commit) cbfe56c3 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: C4101: 'ex' : unreferenced local variable

Change-Id: I804bafb4057e1bb409b7f30d79554f2773cb3967
üst e576b475
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment