[Libreoffice-commits] core.git: chart2/source
Markus Mohrhard
markus.mohrhard at collabora.co.uk
Mon Apr 7 20:15:00 PDT 2014
chart2/source/view/main/ChartView.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0e57fb6eee4782e569c3db2604e68cf3dfe4bd83
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date: Tue Apr 8 05:11:43 2014 +0200
change debug output
Change-Id: Ia0b9f3b3aff6ceff04d42a94b2d08f0a63bb7560
diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx
index 1406336..cd60243 100644
--- a/chart2/source/view/main/ChartView.cxx
+++ b/chart2/source/view/main/ChartView.cxx
@@ -145,7 +145,7 @@ void debugGL3DOutput( ChartModel& rModel )
bool bRoundedEdge = false;
xPropSet->getPropertyValue(CHART_UNONAME_ROUNDED_EDGE) >>= bRoundedEdge;
- fprintf(stdout, "GL3D: rounded edge = %d\n", bRoundedEdge);
+ SAL_INFO("chart2.barchart3D", "GL3D: rounded edge = " << bRoundedEdge);
}
catch (...) {}
}
More information about the Libreoffice-commits
mailing list