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

List:       kde-commits
Subject:    koffice/filters/kspread/gnumeric
From:       Laurent Montel <montel () kde ! org>
Date:       2005-10-05 11:01:41
Message-ID: 1128510101.913327.2542.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 467460 by mlaurent:

Fix debug and remove unused debug


 M  +1 -4      gnumericimport.cc  


--- trunk/koffice/filters/kspread/gnumeric/gnumericimport.cc #467459:467460
@@ -817,12 +817,10 @@
     if ( n != -1 )
     {
         kdDebug(30521) << "Found var: " << list1[i] << endl;
-      kdDebug(30521)<<" result before : "<<result<<endl;
       if ( i == 0 )
         result = result.replace( list1[i], table->tableName() );
       else
         result = result.replace( list1[i], list2[i] );
-      kdDebug(30521)<<" result after :"<<result<<endl;
     }
   }
 
@@ -899,8 +897,7 @@
   QDomElement head( printInfo.namedItem("gmr:Header").toElement() );
   if ( !head.isNull() )
   {
-    kdDebug(30521) << "Parsing header: " << head.attribute("Left") << ", " << \
                head.attribute("Middle") << ", "
-              << head.attribute("right") << ", "<< endl;
+    kdDebug(30521) << "Parsing header: " << head.attribute("Left") << ", " << \
head.attribute("Middle") << ", " << head.attribute("Right") << ", "<< endl;  if ( \
head.hasAttribute("Left") )  headLeft = convertVars( head.attribute("Left"), table );
     if ( head.hasAttribute("Middle") )


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

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