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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Apr 2 20:04:35 UTC 2019


 loleaflet/src/control/Control.Toolbar.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bdf3b0f90bbfa4fd0c59d630dc5418eb8583d8c3
Author:     Henry Castro <hcastro at collabora.com>
AuthorDate: Tue Apr 2 16:01:48 2019 -0400
Commit:     Henry Castro <hcastro at collabora.com>
CommitDate: Tue Apr 2 16:04:02 2019 -0400

    loleaflet: avoid ID duplication in the spreadsheet toolbar
    
    ERROR: The parameter "id=break8" is not unique within the current
    toolbar items. (obj: actionbar)
    
    Change-Id: I208a6f3a3a21397a7e96a5663dba8a32923c4724

diff --git a/loleaflet/src/control/Control.Toolbar.js b/loleaflet/src/control/Control.Toolbar.js
index 5b3cc9a04..7578a0296 100644
--- a/loleaflet/src/control/Control.Toolbar.js
+++ b/loleaflet/src/control/Control.Toolbar.js
@@ -1443,7 +1443,7 @@ function onDocLayerInit() {
 						{id: '1', text: _('None')}
 					], tablet: false
 				},
-				{type: 'break', id: 'break8', mobile: false}
+				{type: 'break', id: 'break9', mobile: false}
 			]);
 
 			$('#spreadsheet-toolbar').show();


More information about the Libreoffice-commits mailing list