Pman.Gnumeric.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 17 Nov 2010 06:20:50 +0000 (14:20 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 17 Nov 2010 06:20:50 +0000 (14:20 +0800)
Pman.Gnumeric.js

index 420c0d2..dca9de2 100644 (file)
@@ -814,7 +814,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
                 
                 // skip blank cells
                 // set the style first..
-                this.parseHtmlStyle( cols[col], row + yoff + 1, realcol + xoff   , colspan, rowspan);
+                this.parseHtmlStyle( cols[col], row + yoff , realcol + xoff   , colspan, rowspan);
                 
                 if (!cols[col].childNodes.length) {