[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - solenv/bin

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Tue Nov 5 16:48:27 UTC 2019


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

New commits:
commit 5061d541dd192062c0d014cc0a10b8722db0df2a
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Nov 5 18:46:27 2019 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Nov 5 18:47:18 2019 +0200

    Add org_apache_openoffice_comp_sw_sidebar_SwPanelFactory_get_implementation
    
    That was not enough to make the sidebar show up, though.
    
    Change-Id: I5b647e499d5cb06691ad312757836ad6a0cc588e

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index b5fbdfbfc5d0..c3b35d3d1045 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -319,6 +319,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