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