Pman.Gnumeric.js
[Pman.Core] / Pman.Gnumeric.js
index c75417b..1ebd463 100644 (file)
@@ -833,18 +833,10 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
                 this.setRowHeight( row + yoff +1, Roo.get(rows[row]).getHeight());
             }
             
-         
             var cols = rows[row].getElementsByTagName('td');
             
-            
             for(var col=0;col < cols.length; col++) {
                 
-                if (rows[row].getAttribute('xls:width')) {
-                    this.setColumnWidth(col, 1 * rows[row].getAttribute('xls:width'));
-                    console.log('setting column width!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!');
-                }
-               
-                
                 var colspan = cols[col].getAttribute('colspan');
                 colspan  = colspan ? colspan *1 : 1;