[Libreoffice-commits] online.git: loleaflet/src
Andras Timar
andras.timar at collabora.com
Wed Oct 5 14:01:34 UTC 2016
loleaflet/src/control/Control.Menubar.js | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit fd1991a96176f5a3ad6c4137840309bd8f62e4d9
Author: Andras Timar <andras.timar at 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'},
More information about the Libreoffice-commits
mailing list