loleaflet/src/control/Control.Menubar.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
New commits: commit fd1991a96176f5a3ad6c4137840309bd8f62e4d9 Author: Andras Timar <andras.ti...@collabora.com> Date: Wed Oct 5 16:00:54 2016 +0200 Revert "loleaflet: add 'Freeze panes' item to View menu of Calc" This reverts commit 81f374a94028cc4526fcde871792fa724ebf9c23. diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js index 49c3710..7fee304 100644 --- a/loleaflet/src/control/Control.Menubar.js +++ b/loleaflet/src/control/Control.Menubar.js @@ -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'}, _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits