Kaydet (Commit) dd8f0959 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

WaE: warning C4101: 'ex' : unreferenced local variable

Change-Id: Ib8b71b50fe52a7cc4e261626549ac3e067851797
üst 28ac97dc
...@@ -2443,7 +2443,7 @@ void SbUnoObject::doIntrospection( void ) ...@@ -2443,7 +2443,7 @@ void SbUnoObject::doIntrospection( void )
{ {
xIntrospection = theIntrospection::get(xContext); xIntrospection = theIntrospection::get(xContext);
} }
catch ( const css::uno::DeploymentException& ex ) catch ( const css::uno::DeploymentException& )
{ {
} }
......
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