chart2/source/view/main/ChartView.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0e57fb6eee4782e569c3db2604e68cf3dfe4bd83
Author: Markus Mohrhard <markus.mohrh...@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 (...) {}
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to