X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Gnumeric.js;fp=Pman.Gnumeric.js;h=a61106a55aef81496aa920fbf9ddce18a4821b06;hp=2cfa9d680c54f1d13a0d8fb2500d13509c402858;hb=fc21324e3abae4f4bc7e5a1a64c848b14c8a017c;hpb=19a99dc3f3fa375068915b9324ac9107bd1a4fd2 diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 2cfa9d68..a61106a5 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1133,15 +1133,13 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { * @param {Number} width image height * */ - writeImageOld : function (row, col, data, width, height, type) + writeImageOld : function (row, col, data, width, height, type, size) { if (!data) { throw "write Image called with missing data"; } - // our default height width is 50/50 ?! - //console.log('w='+width+',height='+height); - // + row*=1; col*=1; height*=1;