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

index 8994f00..bb92cc9 100644 (file)
@@ -1177,11 +1177,10 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
         soi.setAttribute('crop-bottom','0.000000');
         soi.setAttribute('crop-left','0.000000');
         soi.setAttribute('crop-right','0.000000');
-         
-        var name = 'Image' + Math.random().toString(36).substring(2);
+        
         var content = this.doc.createElement('Content');
         content.setAttribute('image-type', type ? type : 'jpeg');
-        content.setAttribute('name', name);
+        content.setAttribute('size-bytes', size);
         soi.appendChild(content);
         objs.appendChild(soi);