solenv/bin/native-code.py | 3 +++ 1 file changed, 3 insertions(+) New commits: commit 904e0583d6918a78a88cd73772e2e3e2e32de59a Author: Michael Meeks <michael.me...@collabora.com> AuthorDate: Thu Dec 19 11:09:02 2019 +0000 Commit: Michael Meeks <michael.me...@collabora.com> CommitDate: Thu Dec 19 11:10:42 2019 +0000
mobile: add missing chart & calc sidebar panels. Amazing that these were missing. Change-Id: Ic5f22dfa80169630badd5834632b8632922cd04b diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index b5225e4130e9..3ebe613428ad 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -123,6 +123,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", @@ -351,6 +352,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", _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits