diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-14 09:52:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-14 12:03:46 +0200 |
commit | c6642e6c2366741eba893f2e91a6bc2761df7c35 (patch) | |
tree | 1b5a15c09fe720423deeb06d53410311f7e408b4 /solenv/bin/native-code.py | |
parent | 1cd5448059e71d745f4cb52e601d61505346f713 (diff) |
i18npool/i18nsearch: create instances with uno constructors
See tdf#74608 for motivation.
Change-Id: I5f8113393120fdad192f7347109a2186db141acb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98708
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 11705d74e644..d310cbdb2811 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -25,7 +25,6 @@ core_factory_list = [ ("libfsstoragelo.a", "fsstorage_component_getFactory"), ("libhyphenlo.a", "hyphen_component_getFactory"), ("libi18npoollo.a", "i18npool_component_getFactory"), - ("libi18nsearchlo.a", "i18nsearch_component_getFactory"), ("libinvocadaptlo.a", "invocadapt_component_getFactory"), ("liblnthlo.a", "lnth_component_getFactory", "#ifndef IOS"), ("liblocalebe1lo.a", "localebe1_component_getFactory"), @@ -240,6 +239,8 @@ core_constructor_list = [ "com_sun_star_i18n_Transliteration_IGNORE_KANA_get_implementation", "com_sun_star_i18n_Transliteration_IGNORE_WIDTH_get_implementation", "com_sun_star_text_DefaultNumberingProvider_get_implementation", +# i18nsearch/sourceh/search/i18nsearch.component + "i18npool_TextSearch_get_implementation", # linguistc/source/lng.component "linguistic_ConvDicList_get_implementation", "linguistic_DicList_get_implementation", |