diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-07-13 22:07:23 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-15 10:05:23 +0200 |
commit | 0c688d3491c6f53ed06fbc5946e043e3b7509c63 (patch) | |
tree | d261e6eb6df55a21a52e16664f9dfa4af91b9405 /solenv/bin | |
parent | 3e8ca5b50a6eb70118908c7741bbf26d23ae1574 (diff) |
stoc/proxy: create instances with uno constructors
See tdf#74608 for motivation.
Change-Id: Ic55e4779af26378a41cf31465d4cafd429085596
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98696
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 6ca8e8d2d1da..11952f14333d 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -35,7 +35,6 @@ core_factory_list = [ ("libvcllo.a", "vcl_component_getFactory"), ("libsvtlo.a", "svt_component_getFactory"), ("libMacOSXSpelllo.a", "MacOSXSpell_component_getFactory", "#ifdef IOS"), - ("libproxyfaclo.a", "proxyfac_component_getFactory"), ("libbiblo.a", "bib_component_getFactory"), ] @@ -265,6 +264,8 @@ core_constructor_list = [ "stoc_invocation_adapter_get_implementation", # stoc/source/corereflection/reflection.component "com_sun_star_comp_stoc_CoreReflection_get_implementation", +# stoc/source/proxy_factory/proxyfac.component + "stoc_FactoryImpl_get_implementation", # stoc/util/stocservices.component "com_sun_star_comp_stoc_OServiceManagerWrapper_get_implementation", "com_sun_star_comp_stoc_TypeConverter_get_implementation", |