diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-07-13 20:22:04 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-15 08:46:56 +0200 |
commit | 82c64c311973a62c0e9bd2fee47c69921182b86e (patch) | |
tree | b71827c4e3a5f0875094c48f943b26b97ec34207 /solenv/bin | |
parent | b9707b5e3a3256c8b58486e500a7270e9e7c7446 (diff) |
shell/locale: create instances with uno constructors
See tdf#74608 for motivation.
Change-Id: Id13b26fb6f518e0586bb01c0c897c039fd3bd887
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98683
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv/bin')
-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 dc90b9bc4a6e..2d0b810058c4 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"), ("libinvocadaptlo.a", "invocadapt_component_getFactory"), - ("liblocalebe1lo.a", "localebe1_component_getFactory"), ("libpackage2.a", "package2_component_getFactory"), ("libsmlo.a", "sm_component_getFactory"), ("libsrtrs1.a", "srtrs1_component_getFactory"), @@ -257,6 +256,8 @@ core_constructor_list = [ "com_sun_star_comp_sfx2_AppDispatchProvider_get_implementation", "com_sun_star_comp_sfx2_DocumentTemplates_get_implementation", "com_sun_star_comp_sfx2_GlobalEventBroadcaster_get_implementation", +# shell/source/backends/localebe/localebe1.component + "shell_LocaleBackend_get_implementation", # sot/util/sot.component "com_sun_star_comp_embed_OLESimpleStorage", # stoc/source/inspect/introspection.component |