[Libreoffice-commits] online.git: loleaflet/js

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Feb 4 18:28:57 UTC 2019


 loleaflet/js/toolbar.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e7303d7f19393dc45896c813da262945ae18b9a8
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:27:54 2019 -0400

    loleaflet: remove 'Sum' from toolbar
    
    Change-Id: I6ced414a8be20a02aee6ed3e260405715d6a6fe3

diff --git a/loleaflet/js/toolbar.js b/loleaflet/js/toolbar.js
index d6c7b755d..aa834b88d 100644
--- a/loleaflet/js/toolbar.js
+++ b/loleaflet/js/toolbar.js
@@ -1575,7 +1575,7 @@ function onDocLayerInit() {
 	switch (docType) {
 	case 'spreadsheet':
 		toolbarUp.show('textalign', 'wraptext', 'breakspacing', 'insertannotation', 'numberformatcurrency', 'numberformatpercent',
-			'numberformatincdecimals', 'numberformatdecdecimals', 'sum', 'break-number',
+			'numberformatincdecimals', 'numberformatdecdecimals', 'break-number',
 			'setborderstyle');
 		toolbarUp.remove('styles');
 


More information about the Libreoffice-commits mailing list