diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-07-09 11:47:26 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-07-09 14:52:22 +0200 |
commit | c0a6d6f2bd5de731ebe0cd839f6a62cc5150b05b (patch) | |
tree | 92c2439c92ee841f5ca99316f1ba974148aa4e6b | |
parent | 539189a56045ae23cfaf2f4aaf20a00117d42dc6 (diff) |
stray remaining emfio_component_getFactory call
Change-Id: I37279fbca3bf83cf2c5609ddf9956ee915ae0b30
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98424
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | vcl/workben/ww6fuzzer.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/workben/ww6fuzzer.cxx b/vcl/workben/ww6fuzzer.cxx index f0225b20e2ce..b89f80461545 100644 --- a/vcl/workben/ww6fuzzer.cxx +++ b/vcl/workben/ww6fuzzer.cxx @@ -44,7 +44,6 @@ lo_get_factory_map(void) static lib_to_factory_mapping map[] = { { "libunoxmllo.a", unoxml_component_getFactory }, { "libi18npoollo.a", i18npool_component_getFactory }, - { "libemfiolo.a", emfio_component_getFactory }, { "libucb1.a", ucb_component_getFactory }, { 0, 0 } }; |