diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-11-05 18:46:27 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-11-06 09:49:51 +0100 |
commit | baac552474a67d9261c12d68dff4c121e5090a55 (patch) | |
tree | b6771358d24f7386db1dce383ef6b787d5d7b53c /solenv/bin | |
parent | c58b39b77dcafcf63872e7dc4270c7258072b193 (diff) |
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@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'solenv/bin')
-rwxr-xr-x | solenv/bin/native-code.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |