summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-11-24 09:10:46 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-11-28 11:04:04 +0100
commit6c9562f04fd45504f1a8684d86bdccb20d2c6c5b (patch)
tree063cd778c291e62fef1dc6f9aece27086f406485 /sw
parente0b60b182394dbe075185e9c07843d2beacaa6b1 (diff)
add docx fuzzer
Change-Id: Ib9a3d8a97fbb6281e8ac3ac2cf6c52cf6819304d Reviewed-on: https://gerrit.libreoffice.org/45216 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/xml/xmlimp.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/source/filter/xml/xmlimp.cxx b/sw/source/filter/xml/xmlimp.cxx
index ccc00398576a..d892d7768775 100644
--- a/sw/source/filter/xml/xmlimp.cxx
+++ b/sw/source/filter/xml/xmlimp.cxx
@@ -1635,6 +1635,9 @@ extern "C" SAL_DLLPUBLIC_EXPORT bool SAL_CALL TestImportDOCX(SvStream &rStream)
catch (const css::io::IOException&)
{
}
+ catch (const css::lang::IllegalArgumentException&)
+ {
+ }
catch (const css::lang::WrappedTargetRuntimeException&)
{
}