[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/filters/kspread/csv
From:       Stefan Nikolaus <nikolaus4 () googlemail ! com>
Date:       2007-08-01 9:31:21
Message-ID: 1185960681.482947.8239.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 695053 by nikolaus:

Filters		CSV Import.
		Don't create a column format unnecessarily. Use the width of the default column.


 M  +1 -1      csvimport.cc  


--- trunk/koffice/filters/kspread/csv/csvimport.cc #695052:695053
@@ -134,7 +134,7 @@
     QApplication::setOverrideCursor(Qt::WaitCursor);
 
     int i;
-    double init = sheet->nonDefaultColumnFormat( 1 )->width();
+    double init = ksdoc->defaultColumnFormat()->width();
     QVector<double> widths( numCols );
     for ( i = 0; i < numCols; ++i )
       widths[i] = init;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic