diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-07-11 19:55:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-11 21:52:24 +0200 |
commit | 629cdd66b5552a0159f8b06a563b1505eded01cd (patch) | |
tree | a5d61bae572996ef559eab69f603ace942681507 /solenv/bin | |
parent | 24e1ea0b29a145b89c61f8a73b4925db03de133c (diff) |
filter/xmlfilterdetect: create instances with uno constructors
See tdf#74608 for motivation.
Change-Id: Ie16b3a2a11c4b5fee579c05d041d287d753ab2a8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98567
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv/bin')
-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 cbd3f9eb1779..504b334b6530 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -40,7 +40,6 @@ core_factory_list = [ ("libucphier1.a", "ucphier1_component_getFactory"), ("libucptdoc1lo.a", "ucptdoc1_component_getFactory"), ("libxstor.a", "xstor_component_getFactory"), - ("libxmlfdlo.a", "xmlfd_component_getFactory"), ("libxmlfalo.a", "xmlfa_component_getFactory"), ("libodfflatxmllo.a", "odfflatxml_component_getFactory"), ("libvcllo.a", "vcl_component_getFactory"), @@ -158,6 +157,8 @@ core_constructor_list = [ ("com_sun_star_comp_extensions_LoggerPool", "#ifdef ANDROID"), ("com_sun_star_comp_extensions_PlainTextFormatter", "#ifdef ANDROID"), ("com_sun_star_comp_extensions_SimpleTextFormatter", "#ifdef ANDROID"), +# filter/source/xmlfilterdetect/xmlfd.component + "filter_XMLFilterDetect_get_implementation", # forms/util/frm.component ("com_sun_star_comp_forms_FormOperations_get_implementation", "#if HAVE_FEATURE_DBCONNECTIVITY"), ("com_sun_star_comp_forms_ODatabaseForm_get_implementation", "#if HAVE_FEATURE_DBCONNECTIVITY"), |