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