diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-11-09 11:40:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-11-09 11:42:58 +0000 |
commit | c1ed005edc4e8364f4021a85e5ad1ee700d4e204 (patch) | |
tree | 6b8c0c2bb99931cee7a18810d7cc7bc860b72ba7 /vcl/workben/wksfuzzer.cxx | |
parent | 69103eaab126ca785d248b611ad4f8ed7b6b1403 (diff) |
fix oss-fuzz build
Change-Id: I22823323e0b4e15dbd6ea5f7efd35301995315bf
Diffstat (limited to 'vcl/workben/wksfuzzer.cxx')
-rw-r--r-- | vcl/workben/wksfuzzer.cxx | 2 |
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) |