[Libreoffice-commits] core.git: solenv/bin

Michael Meeks (via logerrit) logerrit at kemper.freedesktop.org
Wed Jan 1 22:42:27 UTC 2020


 solenv/bin/native-code.py |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 0189b87349f0589cb2e85897ef83c67b331024f0
Author:     Michael Meeks <michael.meeks at collabora.com>
AuthorDate: Thu Dec 19 11:09:02 2019 +0000
Commit:     Michael Meeks <michael.meeks at collabora.com>
CommitDate: Wed Jan 1 23:41:56 2020 +0100

    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 at collabora.com>
    Tested-by: Michael Meeks <michael.meeks at collabora.com>

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",


More information about the Libreoffice-commits mailing list