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

List:       kde-commits
Subject:    koffice/kspread (silent)
From:       Stefan Nikolaus <nikolaus4 () googlemail ! com>
Date:       2010-06-05 9:30:26
Message-ID: 20100605093026.CA6A5AC8CA () svn ! kde ! org
[Download RAW message or body]

SVN commit 1134781 by nikolaus:

SVN_SILENT
- Disable debug output.
- Disable copy constructor.
- Remove dead code.



 M  +1 -1      DependencyManager.cpp  
 M  +0 -2      Functions.cpp  
 M  +2 -0      PageManager.h  
 M  +1 -1      part/Canvas.cpp  


--- trunk/koffice/kspread/DependencyManager.cpp #1134780:1134781
@@ -276,7 +276,7 @@
 KSpread::Region DependencyManager::Private::consumingRegion(const Cell& cell) const
 {
     if (!consumers.contains(cell.sheet())) {
-        kDebug(36002) << "No consumer tree found for the cell's sheet.";
+//         kDebug(36002) << "No consumer tree found for the cell's sheet.";
         return Region();
     }
 
--- trunk/koffice/kspread/Functions.cpp #1134780:1134781
@@ -26,13 +26,11 @@
 #include <QFile>
 #include <QHash>
 
-#include <KComponentData>
 #include <kdebug.h>
 #include <KGlobal>
 #include <klocale.h>
 #include <kstandarddirs.h>
 
-#include "part/Factory.h" // FIXME detach from part
 #include "Formula.h"
 #include "FunctionModuleRegistry.h"
 #include "ValueCalc.h"
--- trunk/koffice/kspread/PageManager.h #1134780:1134781
@@ -88,6 +88,8 @@
     virtual void preparePage(int page);
 
 private:
+    Q_DISABLE_COPY(PageManager)
+
     class Private;
     Private * const d;
 };
--- trunk/koffice/kspread/part/Canvas.cpp #1134780:1134781
@@ -660,7 +660,7 @@
     if (!sheet)
         return;
 
-    ElapsedTime et("Painting cells", ElapsedTime::PrintOnlyTime);
+//     ElapsedTime et("Painting cells", ElapsedTime::PrintOnlyTime);
 
     QPainter painter(this);
     const QPointF offset = viewConverter()->documentToView(this->offset());
[prev in list] [next in list] [prev in thread] [next in thread] 

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