diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-03-12 10:29:37 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-03-12 10:35:23 +0200 |
commit | f71acd40e351517c64ff19a47e8422dedfd49cf9 (patch) | |
tree | de3ba2899e36a179d3b37a8a54c7d1bdc4fe6c4a /solenv | |
parent | c2f99275eb391c7e2aa72b51e68db9f0e4d8e96c (diff) |
Follow-up to c4cfb4f4da3cdd318d52d6fca9f7d99c005e2bfe
To avoid losing functionality (components missing at run-time), we need to add
the corrsponding new-style functions instead of the old-style one that was
removed. In this case it was just one.
(In those cases where one old-style is replaces with several new-style ones,
ideally one can then avoid some of the replacements in the iOS and Android
case, and save on code size.)
Change-Id: I6d4a90e84600debdf62b47408264c439a6f0e312
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 04c06bd00d05..2299b525db3c 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -62,6 +62,8 @@ core_factory_list = [ ] core_constructor_list = [ +# canvas/source/factory/canvasfactory.component + "com_sun_star_comp_rendering_CanvasFactory_get_implementation", # chart2/source/chartcore.component "com_sun_star_comp_chart_AreaChartType_get_implementation", "com_sun_star_comp_chart_BarChartType_get_implementation", |