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

ofz#9261 catch all exceptions

Change-Id: I535c9608bbd554a55edf9ccd58ac71032ba756fc
Reviewed-on: https://gerrit.libreoffice.org/57902
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 6a79db85
...@@ -1103,16 +1103,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT bool TestImportPPTX(SvStream &rStream) ...@@ -1103,16 +1103,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT bool TestImportPPTX(SvStream &rStream)
{ {
ret = xFilter->filter(aArgs); ret = xFilter->filter(aArgs);
} }
catch (const css::io::IOException&) catch (...)
{
}
catch (const css::xml::sax::SAXException&)
{
}
catch (const css::lang::IllegalArgumentException&)
{
}
catch (const css::lang::WrappedTargetRuntimeException&)
{ {
} }
xDocSh->SetLoading(SfxLoadedFlags::ALL); xDocSh->SetLoading(SfxLoadedFlags::ALL);
......
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