Pman.Gnumeric.js
authorEdward <edward@roojs.com>
Mon, 15 Apr 2019 04:25:15 +0000 (12:25 +0800)
committerEdward <edward@roojs.com>
Mon, 15 Apr 2019 04:25:15 +0000 (12:25 +0800)
Pman.Gnumeric.js

index d02e246..e86566e 100644 (file)
@@ -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] = [];
         }