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

List:       kde-commits
Subject:    koffice/libs/kotext/styles
From:       Sebastian Sauer <mail () dipe ! org>
Date:       2010-08-23 10:58:37
Message-ID: 20100823105837.53DB4AC857 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1167034 by sebsauer:

Fix regression introduced with r1163902 that made font-colors and font-sizes in \
kpresenter not work any longer as expected.


 M  +1 -1      KoCharacterStyle.cpp  


--- trunk/koffice/libs/kotext/styles/KoCharacterStyle.cpp #1167033:1167034
@@ -119,7 +119,7 @@
     QMap<int, QVariant> props = hardCodedDefaultStyle.properties();
     QMap<int, QVariant>::const_iterator it = props.constBegin();
     while (it != props.constEnd()) {
-        if (!it.value().isNull() && !!format.hasProperty(it.key())) {
+        if (!it.value().isNull() && !format.hasProperty(it.key())) {
             format.setProperty(it.key(), it.value());
         }
         ++it;


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

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