X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Gnumeric.js;h=3b10af3ecd75c0673808f6bb6d5a2c9e9980b769;hp=b07d22547a5b7d55dcf51741b447d2c609422447;hb=65f6a222491b69d6d18b3d8b9b94f68c5fd9d770;hpb=e475d5031568edc6a7b4d6e904782f95360c15e3 diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index b07d2254..3b10af3e 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -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; },