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

ofz#6571 catch exception

Change-Id: I438bd0be1eb44e87cb166e1594316a3ad5d5dae0
Reviewed-on: https://gerrit.libreoffice.org/50452Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 25ca8af5
...@@ -1853,6 +1853,9 @@ extern "C" SAL_DLLPUBLIC_EXPORT bool TestImportDOCX(SvStream &rStream) ...@@ -1853,6 +1853,9 @@ extern "C" SAL_DLLPUBLIC_EXPORT bool TestImportDOCX(SvStream &rStream)
catch (const css::lang::WrappedTargetRuntimeException&) catch (const css::lang::WrappedTargetRuntimeException&)
{ {
} }
catch (const std::exception&)
{
}
xDocSh->SetLoading(SfxLoadedFlags::ALL); xDocSh->SetLoading(SfxLoadedFlags::ALL);
xDocSh->DoClose(); xDocSh->DoClose();
......
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