Kaydet (Commit) a7d3f57d authored tarafından Michael Stahl's avatar Michael Stahl

warning C4101: 'e': unreferenced local variable

Change-Id: I3fb8a4f2854fb034d6b184ee46c04e8a8d03ca6a
üst bcd24379
......@@ -298,6 +298,7 @@ static Reference< XContent > getContentNoThrow(
}
catch ( IllegalIdentifierException const & e )
{
SAL_WARN("ucbhelper", "getContentNoThrow: exception: " << e.Message);
}
return xContent;
......
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