[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-1-0' - loleaflet/dist

Henry Castro hcastro at collabora.com
Sun Jul 24 14:59:43 UTC 2016


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

New commits:
commit a30a4c52f320a74c623404272f9553330a027970
Author: Henry Castro <hcastro at collabora.com>
Date:   Sun Jul 24 10:52:46 2016 -0400

    loleaflet: remove styles toolbar from spreadsheets

diff --git a/loleaflet/dist/toolbar/toolbar.js b/loleaflet/dist/toolbar/toolbar.js
index 7a30824..5ec34ea 100644
--- a/loleaflet/dist/toolbar/toolbar.js
+++ b/loleaflet/dist/toolbar/toolbar.js
@@ -755,7 +755,7 @@ map.on('doclayerinit', function () {
 				{ func: '16', text: _('None'), icon: 'selected'},
 		]},
 		]);
-		toolbar.remove('alignblock', 'bullet', 'numbering', 'break-numbering');
+		toolbar.remove('styles', 'alignblock', 'bullet', 'numbering', 'break-numbering');
 		toolbar.insert('break-align', [
 			{type: 'button',  id: 'WrapText',  img: 'wraptext', hint: _('Wrap Text'), uno: 'WrapText'},
 			{type: 'button',  id: 'ToggleMergeCells',  img: 'togglemergecells', hint: _('Merge and Center Cells'), uno: 'ToggleMergeCells'},


More information about the Libreoffice-commits mailing list