From: edward Date: Wed, 6 Sep 2017 05:21:08 +0000 (+0800) Subject: Pman.Gnumeric.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=38b4c09c4e1e1cdb45a0417ae158a2da4f437000;hp=ca5212ee55f7bb11c428988662cbc6f625512cfd;p=Pman.Core Pman.Gnumeric.js --- diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 945303d8..2f2efef4 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1242,11 +1242,11 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { } startCol = startCol * 1; - startCol = startCol * 1; - startCol = startCol * 1; - startCol = startCol * 1; - startCol = startCol * 1; - startCol = startCol * 1; + startRow = startRow * 1; + endCol = endCol * 1; + endRow = endRow * 1; + width = width * 1; + height = height * 1; var objs = this.sheet.getElementsByTagNameNS('*','Objects')[0]; var soi = this.doc.createElementNS('http://www.gnumeric.org/v10.dtd', 'gnm:SheetObjectImage');