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

New commits:
commit 9d8e2cf16f81b8c7ac44b6477c48220e53a7feb1
Author:     Henry Castro <hcas...@collabora.com>
AuthorDate: Fri Jan 4 11:44:32 2019 -0400
Commit:     Henry Castro <hcas...@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',
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to