[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4' - loleaflet/js
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Feb 4 18:40:19 UTC 2019
loleaflet/js/toolbar.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0bb3c436ccc87032e4779d79a8b1c4244db24953
Author: Henry Castro <hcastro at collabora.com>
AuthorDate: Mon Feb 4 14:26:34 2019 -0400
Commit: Henry Castro <hcastro at collabora.com>
CommitDate: Mon Feb 4 14:38:47 2019 -0400
loleaflet: remove 'Sum' from toolbar
Change-Id: I6ced414a8be20a02aee6ed3e260405715d6a6fe3
diff --git a/loleaflet/js/toolbar.js b/loleaflet/js/toolbar.js
index 5d948a786..c5bd91ead 100644
--- a/loleaflet/js/toolbar.js
+++ b/loleaflet/js/toolbar.js
@@ -1572,7 +1572,7 @@ function onDocLayerInit() {
case 'spreadsheet':
toolbarUp.show('textalign', 'wraptext', 'breakspacing', 'insertannotation', 'conditionalformaticonset',
'numberformatcurrency', 'numberformatpercent',
- 'numberformatincdecimals', 'numberformatdecdecimals', 'sum', 'break-number',
+ 'numberformatincdecimals', 'numberformatdecdecimals', 'break-number',
'setborderstyle');
toolbarUp.remove('styles');
More information about the Libreoffice-commits
mailing list