summaryrefslogtreecommitdiff
path: root/vcl/workben/olefuzzer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/workben/olefuzzer.cxx')
-rw-r--r--vcl/workben/olefuzzer.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/workben/olefuzzer.cxx b/vcl/workben/olefuzzer.cxx
index 7193a0292575..4d67ab57e72a 100644
--- a/vcl/workben/olefuzzer.cxx
+++ b/vcl/workben/olefuzzer.cxx
@@ -42,6 +42,11 @@ lo_get_constructor_map(void)
return map;
}
+extern "C" void* lo_get_custom_widget_func(const char*)
+{
+ return nullptr;
+}
+
extern "C" bool TestImportOLE2(SvStream &rStream);
extern "C" int LLVMFuzzerInitialize(int *argc, char ***argv)