[Libreoffice-commits] online.git: loleaflet/src
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Thu Oct 17 12:29:06 UTC 2019
loleaflet/src/control/Control.Menubar.js | 36 +++++++++++++++----------------
1 file changed, 18 insertions(+), 18 deletions(-)
New commits:
commit bc28618d83e20480eb387e9d30556650c2a9f588
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Thu Oct 17 14:26:15 2019 +0200
Commit: Tamás Zolnai <tamas.zolnai at 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 : {
More information about the Libreoffice-commits
mailing list