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

ofz#9607 Abrt

Change-Id: I42a4cba41df0e20ef20984b18bfb605009aae1cb
Reviewed-on: https://gerrit.libreoffice.org/58186Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 9605b998
......@@ -1893,16 +1893,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT bool TestImportDOCX(SvStream &rStream)
{
ret = xFilter->filter(aArgs);
}
catch (const css::io::IOException&)
{
}
catch (const css::lang::IllegalArgumentException&)
{
}
catch (const css::lang::WrappedTargetRuntimeException&)
{
}
catch (const std::exception&)
catch (...)
{
}
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