summaryrefslogtreecommitdiff
path: root/vcl/workben/diffuzzer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/workben/diffuzzer.cxx')
-rw-r--r--vcl/workben/diffuzzer.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/workben/diffuzzer.cxx b/vcl/workben/diffuzzer.cxx
index 42735bdb5a3c..c9bc77a16e99 100644
--- a/vcl/workben/diffuzzer.cxx
+++ b/vcl/workben/diffuzzer.cxx
@@ -64,6 +64,10 @@ const lib_to_constructor_mapping* lo_get_constructor_map(void)
return map;
}
+extern "C" void* lo_get_custom_widget_func(const char*) { return nullptr; }
+
+extern "C" void* ScCreateDialogFactory() { return nullptr; }
+
extern "C" bool TestImportDIF(SvStream& rStream);
extern "C" int LLVMFuzzerInitialize(int* argc, char*** argv)