Skip to content

Commit

Permalink
Added "Table of Contents, Index or Biblography" option to insert menu
Browse files Browse the repository at this point in the history
Change-Id: I6ee18c90ef2c254ca11387e5792412c21faa502b
Signed-off-by: merttumer <[email protected]>
Reviewed-on: https://gerrit.libreoffice.org/67076
Reviewed-by: Michael Meeks <[email protected]>
Tested-by: Michael Meeks <[email protected]>
  • Loading branch information
merttumer authored and timar committed Sep 22, 2019
1 parent 82a34a6 commit 18c97f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion loleaflet/src/control/Control.Menubar.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ L.Control.Menubar = L.Control.extend({
{uno: '.uno:InsertRLM'}]},
{name: _UNO('.uno:IndexesMenu', 'text'), type: 'menu', menu: [
{uno: '.uno:InsertIndexesEntry'},
{uno: '.uno:InsertAuthoritiesEntry'}]},
{uno: '.uno:InsertAuthoritiesEntry'},
{uno: '.uno:InsertMultiIndex'}]},
]},
{name: _UNO('.uno:FormatMenu', 'text'), id: 'format', type: 'menu', menu: [
{name: _UNO('.uno:FormatTextMenu', 'text'), type: 'menu', menu: [
Expand Down

0 comments on commit 18c97f1

Please sign in to comment.