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

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Fri Jun 19 12:48:35 UTC 2020


 loleaflet/src/control/Control.NotebookbarBuilder.js |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2a538bbb84d64301fd029f42e907b9a55c872beb
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Fri Jun 19 13:01:05 2020 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Fri Jun 19 14:48:15 2020 +0200

    notebookbar: removed not working button
    
    Change-Id: I22e68b3237a555ef35a8f66ad343a3e2eb17c81b
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/96716
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Tested-by: Jenkins
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/loleaflet/src/control/Control.NotebookbarBuilder.js b/loleaflet/src/control/Control.NotebookbarBuilder.js
index be08a9948..e344e693f 100644
--- a/loleaflet/src/control/Control.NotebookbarBuilder.js
+++ b/loleaflet/src/control/Control.NotebookbarBuilder.js
@@ -127,6 +127,7 @@ L.Control.NotebookbarBuilder = L.Control.JSDialogBuilder.extend({
 		this._toolitemHandlers['.uno:ImportFromFile'] = function() {};
 		this._toolitemHandlers['.uno:PhotoAlbumDialog'] = function() {};
 		this._toolitemHandlers['.uno:AutoFormat'] = function() {};
+		this._toolitemHandlers['.uno:Spacing'] = function() {};
 
 		this._toolitemHandlers['vnd.sun.star.findbar:FocusToFindbar'] = function() {};
 	},


More information about the Libreoffice-commits mailing list