diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-07-11 21:03:34 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-12 14:21:29 +0200 |
commit | 6a9652b05c2d5df69a09927cb2d28215aa9e795c (patch) | |
tree | 1c6f799ead4b55fd824262acbdc9bdeca2f6f7bf /solenv/bin/native-code.py | |
parent | 58b4ea44865cb7a058c35edaef62576e1bbebfc7 (diff) |
filter/storagefd: create instances with uno constructors
See tdf#74608 for motivation.
Change-Id: I7329893b62a9fb511535f6caadcdb6e007aadfd7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98580
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 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 344a5083c6bf..b2a0aed722ad 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -33,7 +33,6 @@ core_factory_list = [ ("libpackage2.a", "package2_component_getFactory"), ("libsmlo.a", "sm_component_getFactory"), ("libsrtrs1.a", "srtrs1_component_getFactory"), - ("libstoragefdlo.a", "storagefd_component_getFactory"), ("libucb1.a", "ucb_component_getFactory"), ("libucpexpand1lo.a", "ucpexpand1_component_getFactory", "#ifdef ANDROID"), ("libucpfile1.a", "ucpfile_component_getFactory"), @@ -160,7 +159,9 @@ core_constructor_list = [ # filter/source/xmlfilterdetect/xmlfd.component "filter_XMLFilterDetect_get_implementation", # filter/source/xmlfilteradaptor/xmlfa.component - "filter_XmlFilterAdaptor_get_implementation + "filter_XmlFilterAdaptor_get_implementation", +# filter/source/storagefilterdetect/storagefd.component + "filter_StorageFilterDetect_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"), |