sw/source/filter/xml/xmlimp.cxx |   11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

New commits:
commit aca1bcb5a28c35de1b893388ec6327a66ce97ef7
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri Jul 27 12:20:35 2018 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Fri Jul 27 16:37:33 2018 +0200

    ofz#9607 Abrt
    
    Change-Id: I42a4cba41df0e20ef20984b18bfb605009aae1cb
    Reviewed-on: https://gerrit.libreoffice.org/58186
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to