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

List:       kde-commits
Subject:    koffice/kspread (silent)
From:       Marijn Kruisselbrink <m.kruisselbrink () student ! tue ! nl>
Date:       2010-08-19 18:22:17
Message-ID: 20100819182217.4AE8AAC871 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1165608 by mkruisselbrink:

SVN_SILENT debug--

 M  +3 -3      Condition.cpp  


--- trunk/koffice/kspread/Condition.cpp #1165607:1165608
@@ -306,11 +306,11 @@
 Conditional Conditions::loadOdfCondition(const QString &conditionValue, const QString &applyStyleName,
                                          const ValueParser *parser)
 {
-    kDebug(36003) << "\tcondition:" << conditionValue;
+    //kDebug(36003) << "\tcondition:" << conditionValue;
     Conditional newCondition;
     loadOdfConditionValue(conditionValue, newCondition, parser);
     if (!applyStyleName.isNull()) {
-        kDebug(36003) << "\tstyle:" << applyStyleName;
+        //kDebug(36003) << "\tstyle:" << applyStyleName;
         newCondition.styleName = applyStyleName;
     }
     d->conditionList.append(newCondition);
@@ -387,7 +387,7 @@
         newCondition.cond = Conditional::Equal;
     } else
         kDebug(36003) << " I don't know how to parse it :" << valExpression;
-    kDebug(36003) << "\tvalue:" << value;
+    //kDebug(36003) << "\tvalue:" << value;
 
     newCondition.value1 = parser->parse(value);
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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