summaryrefslogtreecommitdiff
path: root/vcl/workben/fodtfuzzer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/workben/fodtfuzzer.cxx')
-rw-r--r--vcl/workben/fodtfuzzer.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/workben/fodtfuzzer.cxx b/vcl/workben/fodtfuzzer.cxx
index e68e37bf06ab..2b110212a57e 100644
--- a/vcl/workben/fodtfuzzer.cxx
+++ b/vcl/workben/fodtfuzzer.cxx
@@ -16,6 +16,11 @@ extern "C" void* SwCreateDialogFactory()
return nullptr;
}
+extern "C" void* com_sun_star_comp_Writer_EPUBExportFilter_get_implementation()
+{
+ return nullptr;
+}
+
extern "C" bool TestImportFODT(SvStream &rStream);
extern "C" int LLVMFuzzerInitialize(int *argc, char ***argv)