loleaflet/src/control/Control.Menubar.js |   36 +++++++++++++++----------------
 1 file changed, 18 insertions(+), 18 deletions(-)

New commits:
commit bc28618d83e20480eb387e9d30556650c2a9f588
Author:     Tamás Zolnai <tamas.zol...@collabora.com>
AuthorDate: Thu Oct 17 14:26:15 2019 +0200
Commit:     Tamás Zolnai <tamas.zol...@collabora.com>
CommitDate: Thu Oct 17 14:26:54 2019 +0200

    mobile-menu: Fix code identation
    
    Change-Id: I0f4e897a1e7ca79a0b72cdc7d72a8b64b39f1dee

diff --git a/loleaflet/src/control/Control.Menubar.js 
b/loleaflet/src/control/Control.Menubar.js
index 8aa500195..a13a44116 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -611,19 +611,19 @@ L.Control.Menubar = L.Control.extend({
                                        {id: 'inserttable', type: 'action', 
name: _('Insert table')},
                                        {type: 'separator'},
                                        {name: _UNO('.uno:InsertField', 
'text'), type: 'menu', menu: [
-                        {uno: '.uno:InsertPageNumberField'},
-                        {uno: '.uno:InsertPageCountField'},
-                        {uno: '.uno:InsertDateField'},
-                        {uno: '.uno:InsertTimeField'},
-                        {uno: '.uno:InsertTitleField'},
-                        {uno: '.uno:InsertAuthorField'},
-                        {uno: '.uno:InsertTopicField'}
+                                               {uno: 
'.uno:InsertPageNumberField'},
+                                               {uno: 
'.uno:InsertPageCountField'},
+                                               {uno: '.uno:InsertDateField'},
+                                               {uno: '.uno:InsertTimeField'},
+                                               {uno: '.uno:InsertTitleField'},
+                                               {uno: '.uno:InsertAuthorField'},
+                                               {uno: '.uno:InsertTopicField'}
                                        ]},
                                        {name: 
_UNO('.uno:InsertHeaderFooterMenu', 'text'), type: 'menu', menu: [
-                        {name: _UNO('.uno:InsertPageHeader', 'text'), type: 
'menu', menu: [
-                            {name: _('All'), disabled: true, id: 
'insertheader', tag: '_ALL_', uno: '.uno:InsertPageHeader?'}]},
-                        {name: _UNO('.uno:InsertPageFooter', 'text'), type: 
'menu', menu: [
-                            {name: _('All'), disabled: true, id: 
'insertfooter', tag: '_ALL_', uno: '.uno:InsertPageFooter?'}]}
+                                               {name: 
_UNO('.uno:InsertPageHeader', 'text'), type: 'menu', menu: [
+                                                       {name: _('All'), 
disabled: true, id: 'insertheader', tag: '_ALL_', uno: 
'.uno:InsertPageHeader?'}]},
+                                               {name: 
_UNO('.uno:InsertPageFooter', 'text'), type: 'menu', menu: [
+                                                       {name: _('All'), 
disabled: true, id: 'insertfooter', tag: '_ALL_', uno: 
'.uno:InsertPageFooter?'}]}
                                        ]},
                                        {uno: '.uno:InsertFootnote'},
                                        {uno: '.uno:InsertEndnote'},
@@ -634,13 +634,13 @@ L.Control.Menubar = L.Control.extend({
                                        {name: _UNO('.uno:HyperlinkDialog'), 
id: 'inserthyperlink', type: 'action'},
                                        {name: _('Insert Shape'), id: 
'insertshape', type: 'action' },
                                        {name: _UNO('.uno:FormattingMarkMenu', 
'text'), type: 'menu', menu: [
-                        {uno: '.uno:InsertNonBreakingSpace'},
-                        {uno: '.uno:InsertHardHyphen'},
-                        {uno: '.uno:InsertSoftHyphen'},
-                        {uno: '.uno:InsertZWSP'},
-                        {uno: '.uno:InsertZWNBSP'},
-                        {uno: '.uno:InsertLRM'},
-                        {uno: '.uno:InsertRLM'}]},
+                                               {uno: 
'.uno:InsertNonBreakingSpace'},
+                                               {uno: '.uno:InsertHardHyphen'},
+                                               {uno: '.uno:InsertSoftHyphen'},
+                                               {uno: '.uno:InsertZWSP'},
+                                               {uno: '.uno:InsertZWNBSP'},
+                                               {uno: '.uno:InsertLRM'},
+                                               {uno: '.uno:InsertRLM'}]},
                                ]
                        },
                        spreadsheet : {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to