Kaydet (Commit) 71bd3ad7 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1158385 Uncaught exception

Change-Id: I204efd1c17d07f4fb24be9783d78173a57ef4ea9
üst 30695293
......@@ -119,6 +119,10 @@ bool ExcelFilter::importDocument() throw()
{
SAL_WARN("sc", "exception when importing document properties " << e.Message);
}
catch( ... )
{
SAL_WARN("sc", "exception when importing document properties");
}
return true;
}
return false;
......
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