summaryrefslogtreecommitdiff
path: root/vcl/workben/ww6fuzzer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/workben/ww6fuzzer.cxx')
-rw-r--r--vcl/workben/ww6fuzzer.cxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/vcl/workben/ww6fuzzer.cxx b/vcl/workben/ww6fuzzer.cxx
index c929222251aa..d98b7a579448 100644
--- a/vcl/workben/ww6fuzzer.cxx
+++ b/vcl/workben/ww6fuzzer.cxx
@@ -78,6 +78,16 @@ lo_get_constructor_map(void)
return map;
}
+extern "C" void* lo_get_custom_widget_func(const char*)
+{
+ return nullptr;
+}
+
+extern "C" void* SwCreateDialogFactory()
+{
+ return nullptr;
+}
+
extern "C" bool TestImportWW6(SvStream &rStream);
extern "C" int LLVMFuzzerInitialize(int *argc, char ***argv)