summaryrefslogtreecommitdiff
path: root/vcl/workben/wksfuzzer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/workben/wksfuzzer.cxx')
-rw-r--r--vcl/workben/wksfuzzer.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/workben/wksfuzzer.cxx b/vcl/workben/wksfuzzer.cxx
index 36e25f82761d..e4eae020159d 100644
--- a/vcl/workben/wksfuzzer.cxx
+++ b/vcl/workben/wksfuzzer.cxx
@@ -13,6 +13,8 @@
#include <com/sun/star/ucb/XUniversalContentBroker.hpp>
#include "commonfuzzer.hxx"
+extern "C" void* ScCreateDialogFactory() { return nullptr; }
+
extern "C" bool TestImportWKS(SvStream& rStream);
extern "C" int LLVMFuzzerInitialize(int* argc, char*** argv)