[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3-0' - loleaflet/src

Aron Budea aron.budea at collabora.com
Mon Jan 29 09:42:06 UTC 2018


 loleaflet/src/control/Control.RowHeader.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ca0078b55440c3f9791595483ca210ed820c6b5d
Author: Aron Budea <aron.budea at collabora.com>
Date:   Sat Jan 27 19:22:46 2018 +0100

    Table row header: use correct uno command
    
    Change-Id: I042b3ce495b77296f29d62899bb048e58f4d552c
    Reviewed-on: https://gerrit.libreoffice.org/48750
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/loleaflet/src/control/Control.RowHeader.js b/loleaflet/src/control/Control.RowHeader.js
index 468359ea..352c0eaf 100644
--- a/loleaflet/src/control/Control.RowHeader.js
+++ b/loleaflet/src/control/Control.RowHeader.js
@@ -56,7 +56,7 @@ L.Control.RowHeader = L.Control.Header.extend({
 			className: 'loleaflet-font',
 			items: {
 				'insertrowabove': {
-					name: _UNO('.uno:InsertRows', 'spreadsheet', true),
+					name: _UNO('.uno:InsertRowsRowsBefore', 'spreadsheet', true),
 					callback: function(key, options) {
 						var index = rowHeaderObj._lastMouseOverIndex;
 						if (index) {


More information about the Libreoffice-commits mailing list