From 188540e37d33debcf1b89eb08e84547c56e19ba2 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 21 Jul 2020 21:11:20 +0200 Subject: 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 --- solenv/bin/native-code.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'solenv') 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", -- cgit