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

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Wed Nov 6 08:51:12 UTC 2019


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

New commits:
commit baac552474a67d9261c12d68dff4c121e5090a55
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Nov 5 18:46:27 2019 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Wed Nov 6 09:49:51 2019 +0100

    Add org_apache_openoffice_comp_sw_sidebar_SwPanelFactory_get_implementation
    
    That was not enough to make the sidebar show up, though.
    
    Change-Id: I5b647e499d5cb06691ad312757836ad6a0cc588e
    Reviewed-on: https://gerrit.libreoffice.org/82123
    Reviewed-by: Tor Lillqvist <tml at collabora.com>
    Tested-by: Tor Lillqvist <tml at collabora.com>

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 8ad5f8ed8887..ac1ef608ad24 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -350,6 +350,7 @@ edit_constructor_list = [
     "com_sun_star_comp_Writer_XMLOasisSettingsExporter_get_implementation",
     "com_sun_star_comp_Writer_XMLOasisStylesExporter_get_implementation",
     "com_sun_star_comp_Writer_WriterModule_get_implementation",
+    "org_apache_openoffice_comp_sw_sidebar_SwPanelFactory_get_implementation",
     ]
 
 # math


More information about the Libreoffice-commits mailing list