Revert "loleaflet: add 'Freeze panes' item to View menu of Calc"

This reverts commit 81f374a940.
This commit is contained in:
Andras Timar 2016-10-05 16:00:54 +02:00
parent 198b41676f
commit fd1991a961

View file

@ -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'},