summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-07-27 12:20:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-07-27 16:37:33 +0200
commitaca1bcb5a28c35de1b893388ec6327a66ce97ef7 (patch)
treef28ad2d83687591149350a879d7834bffb2bf34b
parenttdf#76436 initialize maStartInterpolationValue. (diff)
downloadcore-aca1bcb5a28c35de1b893388ec6327a66ce97ef7.tar.gz
core-aca1bcb5a28c35de1b893388ec6327a66ce97ef7.zip
ofz#9607 Abrt
Change-Id: I42a4cba41df0e20ef20984b18bfb605009aae1cb Reviewed-on: https://gerrit.libreoffice.org/58186 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--sw/source/filter/xml/xmlimp.cxx11
1 files changed, 1 insertions, 10 deletions
diff --git a/sw/source/filter/xml/xmlimp.cxx b/sw/source/filter/xml/xmlimp.cxx
index 7370eba1f353..598d12fead74 100644
--- a/sw/source/filter/xml/xmlimp.cxx
+++ b/sw/source/filter/xml/xmlimp.cxx
@@ -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);