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