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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 8 20:23:17 UTC 2019


 loleaflet/js/toolbar.js |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 9d8e2cf16f81b8c7ac44b6477c48220e53a7feb1
Author:     Henry Castro <hcastro at collabora.com>
AuthorDate: Fri Jan 4 11:44:32 2019 -0400
Commit:     Henry Castro <hcastro at collabora.com>
CommitDate: Tue Jan 8 16:22:42 2019 -0400

    loleaflet: add a missing break statement
    
    Change-Id: I950de5a697d5d538ab17737e3dccf3888966c5e1

diff --git a/loleaflet/js/toolbar.js b/loleaflet/js/toolbar.js
index 1c2f266f8..7517de31c 100644
--- a/loleaflet/js/toolbar.js
+++ b/loleaflet/js/toolbar.js
@@ -1694,6 +1694,8 @@ function onDocLayerInit() {
 				{type: 'break', id: 'break8', mobile: false}
 			]);
 		}
+
+		break;
 		// FALLTHROUGH intended
 	case 'drawing':
 		toolbarUp.show('leftpara', 'centerpara', 'rightpara', 'justifypara', 'breakpara', 'linespacing',


More information about the Libreoffice-commits mailing list