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

List:       kde-commits
Subject:    koffice/libs/kotext
From:       Thomas Zander <zander () kde ! org>
Date:       2010-08-20 16:19:35
Message-ID: 20100820161935.D2434AC86C () svn ! kde ! org
[Download RAW message or body]

SVN commit 1166040 by zander:

Remove useless warnings

 M  +2 -2      KoTextDocumentLayout.cpp  


--- trunk/koffice/libs/kotext/KoTextDocumentLayout.cpp #1166039:1166040
@@ -241,7 +241,7 @@
 QSizeF KoTextDocumentLayout::documentSize() const
 {
     // nobody calls this code and I have no way of implementing it anyway...
-    kWarning() << "KoTextDocumentLayout::documentSize is not implemented";
+    //kWarning() << "KoTextDocumentLayout::documentSize is not implemented";
     return QSizeF(10, 10);
 }
 
@@ -261,7 +261,7 @@
 {
     Q_UNUSED(frame);
     // nobody calls this code and I have no way of implementing it anyway...
-    kWarning() << "KoTextDocumentLayout::frameBoundingRect is not implemented";
+    //kWarning() << "KoTextDocumentLayout::frameBoundingRect is not implemented";
     return QRectF(0, 0, 10, 10);
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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