Pman.Gnumeric.js
[Pman.Core] / Pman.Gnumeric.js
index b07d225..3b10af3 100644 (file)
@@ -1371,6 +1371,10 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
         this.grid[startRow][startCol].width = width;
         this.grid[startRow][startCol].height = height;
         
+        var godoc = this.doc.getElementsByTagNameNS('*','GODoc')[0];
+        
+        console.log(godoc);
+        
         return true;
     },