diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-07-21 21:22:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-22 08:30:21 +0200 |
commit | b625194763b43ed09872947165bf3ad4431eb355 (patch) | |
tree | 8b8d22481ac94ec25d0100716c765c9322a9e592 /solenv | |
parent | 00c7afecc319061b70b77a709ca2ae9583df4145 (diff) |
ucb/expand: create instances with uno constructors
See tdf#74608 for motivation.
Change-Id: I83f75a1d107a74c1c9707243caf323b630f0b33f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99178
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv')
-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 ef80e4886ed3..343c0d44c30a 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -25,7 +25,6 @@ core_factory_list = [ ("libi18npoollo.a", "i18npool_component_getFactory"), ("libsmlo.a", "sm_component_getFactory"), ("libucb1.a", "ucb_component_getFactory"), - ("libucpexpand1lo.a", "ucpexpand1_component_getFactory", "#ifdef ANDROID"), ("libucpfile1.a", "ucpfile_component_getFactory"), ("libxstor.a", "xstor_component_getFactory"), ("libodfflatxmllo.a", "odfflatxml_component_getFactory"), @@ -331,6 +330,8 @@ core_constructor_list = [ "stardiv_Toolkit_VCLXPointer_get_implementation", "stardiv_Toolkit_VCLXPopupMenu_get_implementation", "stardiv_Toolkit_VCLXToolkit_get_implementation", +# ucb/source/ucp/expand/ucpexpand1.component + ("ucb_expand_ExpandContentProviderImpl_get_implementation.a", "#ifdef ANDROID"), # ucb/source/sorter/srtrs1.component "ucb_SortedDynamicResultSetFactory_get_implementation", # ucb/source/tdoc/ucptdoc1.component |