summaryrefslogtreecommitdiff
path: root/extra/koffice/qt48fix.patch
blob: de72926d57ade779dc3e414d1d5dbcd21d7e29e0 (plain)
1
2
3
4
5
6
7
8
9
10
--- koffice-2.3.3/plugins/chartshape/kdchart/src/KDChartBackgroundAttributes.cpp	2011-02-17 13:10:38.000000000 +0100
+++ koffice-2.3.3/plugins/chartshape/kdchart/src/KDChartBackgroundAttributes.cpp	2011-09-08 15:03:31.932039128 +0200
@@ -150,7 +150,6 @@ QDebug operator<<(QDebug dbg, const KDCh
 	<< "visible="<<ba.isVisible()
 	<< "brush="<<ba.brush()
 	<< "pixmapmode="<<ba.pixmapMode()
-	<< "pixmap="<<ba.pixmap()
 	<< ")";
     return dbg;
 }