diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2019-12-19 11:09:02 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2020-01-01 23:41:56 +0100 |
commit | 0189b87349f0589cb2e85897ef83c67b331024f0 (patch) | |
tree | 206865e5472deb0ac7aea90304f7275c42f02c8d | |
parent | 4a0d34fc4ec875d14d09156f7b4b3a51fb2f5e30 (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>
-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 6cf959234563..adb71e6e3bc3 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -124,6 +124,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", @@ -387,6 +388,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", |