mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
11 lines
447 B
Diff
11 lines
447 B
Diff
|
--- 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;
|
||
|
}
|