diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-07-21 21:11:20 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-22 08:29:20 +0200 |
commit | 188540e37d33debcf1b89eb08e84547c56e19ba2 (patch) | |
tree | 71cf1e0691ea0c6317afc28f5a72c6b9128d5eca /solenv/bin/native-code.py | |
parent | 925b91dacd1c14c91a8246123f285613292ec142 (diff) |
ucb/sorter: create instances with uno constructors
See tdf#74608 for motivation.
Change-Id: I6d9b20e281238038f9eed1578a64316857cf6247
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99176
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 4aa156eb4bf4..ef80e4886ed3 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -24,7 +24,6 @@ core_factory_list = [ ("libfilterconfiglo.a", "filterconfig1_component_getFactory"), ("libi18npoollo.a", "i18npool_component_getFactory"), ("libsmlo.a", "sm_component_getFactory"), - ("libsrtrs1.a", "srtrs1_component_getFactory"), ("libucb1.a", "ucb_component_getFactory"), ("libucpexpand1lo.a", "ucpexpand1_component_getFactory", "#ifdef ANDROID"), ("libucpfile1.a", "ucpfile_component_getFactory"), @@ -332,6 +331,8 @@ core_constructor_list = [ "stardiv_Toolkit_VCLXPointer_get_implementation", "stardiv_Toolkit_VCLXPopupMenu_get_implementation", "stardiv_Toolkit_VCLXToolkit_get_implementation", +# ucb/source/sorter/srtrs1.component + "ucb_SortedDynamicResultSetFactory_get_implementation", # ucb/source/tdoc/ucptdoc1.component "ucb_tdoc_ContentProvider_get_implementation", "ucb_tdoc_DocumentContentFactory_get_implementation", |