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

WaE: C4101: 'ex' : unreferenced local variable

Change-Id: If56eaa48c176138cd1b74da2f7f0aa71e3845894
üst 48d00430
......@@ -1349,7 +1349,7 @@ bool SbiParser::IsUnoInterface(const OUString& sTypeName)
}
return false;
}
catch(const Exception& ex)
catch(const Exception&)
{
OSL_FAIL("Could not create reflection.CoreReflection.");
}
......
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