Revert "loleaflet: add 'Freeze panes' item to View menu of Calc"
This reverts commit 81f374a940
.
This commit is contained in:
parent
198b41676f
commit
fd1991a961
1 changed files with 1 additions and 3 deletions
|
@ -132,9 +132,7 @@ L.Control.Menubar = L.Control.extend({
|
|||
{type: 'separator'},
|
||||
{name: _('Zoom in'), id: 'zoomin', type: 'action'},
|
||||
{name: _('Zoom out'), id: 'zoomout', type: 'action'},
|
||||
{name: _('Reset zoom'), id: 'zoomreset', type: 'action'},
|
||||
{type: 'separator'},
|
||||
{name: _('Freeze panes'), type: 'unocommand', uno: '.uno:FreezePanes'}]
|
||||
{name: _('Reset zoom'), id: 'zoomreset', type: 'action'}]
|
||||
},
|
||||
{name: _('Cells'), type: 'menu', menu: [{name: _('Insert row'), type: 'unocommand', uno: '.uno:InsertRows'},
|
||||
{name: _('Insert column'), type: 'unocommand', uno: '.uno:InsertColumns'},
|
||||
|
|
Loading…
Reference in a new issue