From 38b4c09c4e1e1cdb45a0417ae158a2da4f437000 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 6 Sep 2017 13:21:08 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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'); -- 2.39.2