diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2019-12-19 11:09:02 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2020-05-09 09:34:38 +0100 |
commit | 23fa8aec0bc88e5a1bdf44a56af354bb620edad7 (patch) | |
tree | 56668fe58525f5687291bda718519353c42d96ec /solenv | |
parent | ce018c6769fb06344877ce09720f13689f52a616 (diff) |
mobile: add missing chart & calc sidebar panels.
Amazing that these were missing.
Change-Id: Ic5f22dfa80169630badd5834632b8632922cd04b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86087
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 6ecc72c6acd1..79a0987b5059 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -122,6 +122,7 @@ core_constructor_list = [ "com_sun_star_comp_chart2_ChartDocumentWrapper_get_implementation", "com_sun_star_comp_chart2_ChartFrameLoader_get_implementation", "com_sun_star_comp_chart2_WizardDialog_get_implementation", + "org_libreoffice_comp_chart2_sidebar_ChartPanelFactory", # comphelper/util/comphelp.component "com_sun_star_comp_MemoryStream", "com_sun_star_comp_task_OfficeRestartManager", @@ -381,6 +382,8 @@ calc_factory_list = [ calc_constructor_list = [ # avmedia/util/avmedia.component "com_sun_star_comp_framework_SoundHandler_get_implementation", +# sc/util/sc.component + "ScPanelFactory_get_implementation", # sc/util/scd.component "com_sun_star_comp_calc_ExcelBiffFormatDetector_get_implementation", "com_sun_star_comp_calc_FormatDetector_get_implementation", |