summaryrefslogtreecommitdiff
path: root/sw/inc/iodetect.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-09-18 10:47:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-09-18 22:19:31 +0200
commit5e381ffbe7069a454dc807113ab4058fad005c55 (patch)
tree97241ac6a588b3a3d867c8ae07ea37bb0aafa919 /sw/inc/iodetect.hxx
parent9d837f19d1bf4cfbdee528e027f5b72d9b1da73d (diff)
allow events to accumulate past limit if an exception is pending
Change-Id: Ic54c31961b887e06267aba1ceb0378508d24ded0 Reviewed-on: https://gerrit.libreoffice.org/42411 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc/iodetect.hxx')
-rw-r--r--sw/inc/iodetect.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/iodetect.hxx b/sw/inc/iodetect.hxx
index df3d4aa64a04..a92ad13d3221 100644
--- a/sw/inc/iodetect.hxx
+++ b/sw/inc/iodetect.hxx
@@ -103,6 +103,8 @@ public:
static const OUString GetSubStorageName( const SfxFilter& rFltr );
};
+extern "C" SAL_DLLPUBLIC_EXPORT bool SAL_CALL TestImportFODT(SvStream &rStream);
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */