[Libreoffice-commits] online.git: loleaflet/js
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Feb 6 12:58:54 UTC 2019
loleaflet/js/toolbar.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7da50d36202f3eb971e4d3adfb0487574d50e150
Author: Henry Castro <hcastro at collabora.com>
AuthorDate: Mon Feb 4 15:18:23 2019 -0400
Commit: Henry Castro <hcastro at collabora.com>
CommitDate: Wed Feb 6 08:55:39 2019 -0400
loleaflet: calc: show 'merge cells' to the toolbar
Change-Id: I4ed9121a48b3b2dd368ff16d5d7a268f20566609
diff --git a/loleaflet/js/toolbar.js b/loleaflet/js/toolbar.js
index f6ff83e6b..e612d9da1 100644
--- a/loleaflet/js/toolbar.js
+++ b/loleaflet/js/toolbar.js
@@ -1576,7 +1576,7 @@ function onDocLayerInit() {
case 'spreadsheet':
toolbarUp.show('textalign', 'wraptext', 'breakspacing', 'insertannotation', 'conditionalformaticonset',
'numberformatcurrency', 'numberformatpercent',
- 'numberformatincdecimals', 'numberformatdecdecimals', 'break-number',
+ 'numberformatincdecimals', 'numberformatdecdecimals', 'break-number', 'togglemergecells', 'breakmergecells',
'setborderstyle');
toolbarUp.remove('styles');
More information about the Libreoffice-commits
mailing list