From 5111909cefa16a2342ac324f8b84bae845a84f46 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 13 May 2020 14:03:14 +0100 Subject: fix oss-fuzz build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia04a3e9c72c9b32f895c5925937d322f8dd963ff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94135 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- vcl/workben/fodtfuzzer.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vcl/workben/fodtfuzzer.cxx') diff --git a/vcl/workben/fodtfuzzer.cxx b/vcl/workben/fodtfuzzer.cxx index e68e37bf06ab..2b110212a57e 100644 --- a/vcl/workben/fodtfuzzer.cxx +++ b/vcl/workben/fodtfuzzer.cxx @@ -16,6 +16,11 @@ extern "C" void* SwCreateDialogFactory() return nullptr; } +extern "C" void* com_sun_star_comp_Writer_EPUBExportFilter_get_implementation() +{ + return nullptr; +} + extern "C" bool TestImportFODT(SvStream &rStream); extern "C" int LLVMFuzzerInitialize(int *argc, char ***argv) -- cgit