Kaydet (Commit) a7d55901 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:sallogareas (clang-cl)

Change-Id: I2509f0c165de0f0754d93482825603da4644009a
üst 7d84c8c8
......@@ -62,7 +62,7 @@ namespace svt { namespace table
}
catch( const Exception& )
{
DBG_UNHANDLED_EXCEPTION();
DBG_UNHANDLED_EXCEPTION("svtools.uno");
}
}
......@@ -76,7 +76,7 @@ namespace svt { namespace table
}
catch( const Exception& )
{
DBG_UNHANDLED_EXCEPTION();
DBG_UNHANDLED_EXCEPTION("svtools.uno");
}
return value;
}
......
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