summaryrefslogtreecommitdiff
path: root/vcl/workben/fodsfuzzer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/workben/fodsfuzzer.cxx')
-rw-r--r--vcl/workben/fodsfuzzer.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/workben/fodsfuzzer.cxx b/vcl/workben/fodsfuzzer.cxx
index b56a8e84f707..370eed84fb2f 100644
--- a/vcl/workben/fodsfuzzer.cxx
+++ b/vcl/workben/fodsfuzzer.cxx
@@ -11,6 +11,11 @@
#include <vcl/FilterConfigItem.hxx>
#include "commonfuzzer.hxx"
+extern "C" void* ScCreateDialogFactory()
+{
+ return nullptr;
+}
+
extern "C" bool TestImportFODS(SvStream &rStream);
extern "C" int LLVMFuzzerInitialize(int *argc, char ***argv)