X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Gnumeric.js;h=e86566ee810d8f7d83bed6ffaa8c6aacc477789f;hp=d02e246560bd069f22f0fe3147437bbc4979aae2;hb=2667e5de2255d3c16b10f3d5a9d8af0718ab8e79;hpb=23db7c6912234e96adb0a2abcc32271f37ade56c diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index d02e2465..e86566ee 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1184,18 +1184,6 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { soi.appendChild(content); objs.appendChild(soi); - var godoc = this.doc.getElementsByTagNameNS('*','GODoc')[0]; - - var goimage = this.doc.createElement('GOImage'); - goimage.setAttribute('image-type', type ? type : 'jpeg'); - goimage.setAttribute('name', name); - goimage.setAttribute('type', 'GOPixbuf'); - goimage.setAttribute('width', width); - goimage.setAttribute('height', height); - goimage.textContent = data; - - godoc.appendChild(goimage); - if (typeof(this.grid[row]) == 'undefined') { this.grid[row] = []; }