diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-07-06 18:26:43 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-06 22:15:23 +0200 |
commit | 72e4674aad60d17aef66020dd9ca6ec778508ac2 (patch) | |
tree | eda387a6fbbcc40d25ab10de47a3393270ed7b78 /solenv/bin/native-code.py | |
parent | a7ffe4026a2f4fcc77d297c9bc671ded158efc46 (diff) |
emfio: create instances with uno constructors
See tdf#74608 for motivation
Change-Id: I1685fe05a2a6b1761e78359596c265ac6487f99b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98217
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv/bin/native-code.py')
-rwxr-xr-x | solenv/bin/native-code.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 93157dcec0e9..d6748918a7b2 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -23,7 +23,6 @@ core_factory_list = [ ("libembobj.a", "embobj_component_getFactory"), ("libevtattlo.a", "evtatt_component_getFactory"), ("libdrawinglayerlo.a", "drawinglayer_component_getFactory"), - ("libemfiolo.a", "emfio_component_getFactory"), ("libfilterconfiglo.a", "filterconfig1_component_getFactory"), ("libfsstoragelo.a", "fsstorage_component_getFactory"), ("libhyphenlo.a", "hyphen_component_getFactory"), @@ -149,6 +148,8 @@ core_constructor_list = [ "com_sun_star_cui_ColorPicker_get_implementation", # dbaccess/util/dba.component "com_sun_star_comp_dba_ORowSet_get_implementation", +# emfio/emfio.component + "emfio_emfreader_XEmfParser_get_implementation", # extensions/source/logging/log.component ("com_sun_star_comp_extensions_FileHandler", "#ifdef ANDROID"), ("com_sun_star_comp_extensions_LoggerPool", "#ifdef ANDROID"), |