From 98a429ee531c027f8ab17acdc994ef8bb18b9785 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 6 Sep 2017 13:21:31 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 2f2efef4..e54d6573 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1251,9 +1251,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { var objs = this.sheet.getElementsByTagNameNS('*','Objects')[0]; var soi = this.doc.createElementNS('http://www.gnumeric.org/v10.dtd', 'gnm:SheetObjectImage'); - soi.setAttribute('ObjectBound', - //gnumeric_colRowToName(row,col) + ':' + gnumeric_colRowToName(row+1,col+1)); - this.RCtoCell(startRow,col) + ':' + this.RCtoCell(row,endcol)); + soi.setAttribute('ObjectBound',this.RCtoCell(startRow, startCol) + ':' + this.RCtoCell(endRow, endCol)); var ww = 0.01; // offset a bit... var hh = 0.01; // -- 2.39.2