From 23fa8aec0bc88e5a1bdf44a56af354bb620edad7 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 19 Dec 2019 11:09:02 +0000 Subject: 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 Tested-by: Michael Meeks --- solenv/bin/native-code.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'solenv/bin') 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", -- cgit