diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-03-05 16:06:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-03-06 12:34:10 +0100 |
commit | cba736567a713fffe030d0eb76c36d0cbb83eaa0 (patch) | |
tree | 16ceb916df51d6448901ae0f6fb94e751e077d5b /vcl/workben/htmlfuzzer.cxx | |
parent | 06d8c1e9d8ba1d04914d1c48c94732cdb5c68846 (diff) |
Create an UNO service to do the symbol lookup in sw
which means I can remove one usage of gb_Library_set_plugin_for, which
is blocking linking the sw module into --enable-mergelibs=more
Change-Id: I8c199421c66de2dcf339ccc2d5cb9340d3bea914
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164429
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/workben/htmlfuzzer.cxx')
-rw-r--r-- | vcl/workben/htmlfuzzer.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/workben/htmlfuzzer.cxx b/vcl/workben/htmlfuzzer.cxx index b2e89442088b..093f368b05fd 100644 --- a/vcl/workben/htmlfuzzer.cxx +++ b/vcl/workben/htmlfuzzer.cxx @@ -11,8 +11,6 @@ #include <vcl/FilterConfigItem.hxx> #include "commonfuzzer.hxx" -extern "C" void* SwCreateDialogFactory() { return nullptr; } - extern "C" bool TestImportHTML(SvStream& rStream); extern "C" int LLVMFuzzerInitialize(int* argc, char*** argv) |