summaryrefslogtreecommitdiff
path: root/vcl/workben/fodpfuzzer.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-06-05 14:50:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-06-05 21:18:39 +0200
commit722041b43bd578ec9f6daeb716309d2ead4ea1a4 (patch)
treedff326213dcb4a76ca7c1098c046fb5b078a2ba1 /vcl/workben/fodpfuzzer.cxx
parentc3f92d7d97109515e2b4a6aec6d65f41480b9da5 (diff)
ofz#15068 build failure
Change-Id: Ic306faa25c726be39bc76fa9d492204ad0602810 Reviewed-on: https://gerrit.libreoffice.org/73554 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/workben/fodpfuzzer.cxx')
-rw-r--r--vcl/workben/fodpfuzzer.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/workben/fodpfuzzer.cxx b/vcl/workben/fodpfuzzer.cxx
index 268bc492a253..55fb840db9cd 100644
--- a/vcl/workben/fodpfuzzer.cxx
+++ b/vcl/workben/fodpfuzzer.cxx
@@ -24,6 +24,11 @@ extern "C" void* SdCreateDialogFactory()
return nullptr;
}
+extern "C" void* com_sun_star_comp_Draw_VisioImportFilter_get_implementation()
+{
+ return nullptr;
+}
+
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
{
SvMemoryStream aStream(const_cast<uint8_t*>(data), size, StreamMode::READ);