Pman.Gnumeric.js
authoredward <edward@roojs.com>
Wed, 6 Sep 2017 06:16:09 +0000 (14:16 +0800)
committeredward <edward@roojs.com>
Wed, 6 Sep 2017 06:16:09 +0000 (14:16 +0800)
Pman.Gnumeric.js

index 6ffc7e6..93f67cb 100644 (file)
@@ -1256,7 +1256,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
         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('name', 'test');
         soi.appendChild(content);
         objs.appendChild(soi);