[Libreoffice-commits] core.git: chart2/source

Kohei Yoshida kohei.yoshida at collabora.com
Mon Jul 21 21:18:57 PDT 2014


 chart2/source/controller/main/ChartController_Properties.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit f413cb08b8c0f67b9bf7278dd654dac9001cf490
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date:   Tue Jul 22 00:18:03 2014 -0400

    printf crept in.
    
    Change-Id: I18303af0a2898610566233b814e317cd2fe9f6d0

diff --git a/chart2/source/controller/main/ChartController_Properties.cxx b/chart2/source/controller/main/ChartController_Properties.cxx
index 6f3fd516..2583642 100644
--- a/chart2/source/controller/main/ChartController_Properties.cxx
+++ b/chart2/source/controller/main/ChartController_Properties.cxx
@@ -187,7 +187,6 @@ wrapper::ItemConverter* createItemConverter(
                     eMapTo = wrapper::GraphicPropertyItemConverter::LINE_DATA_POINT;
 
                 bool bDataSeries = ( eObjectType == OBJECTTYPE_DATA_SERIES || eObjectType == OBJECTTYPE_DATA_LABELS );
-                fprintf(stdout, "chart::createItemConverter:   data series = %d\n", bDataSeries);
 
                 //special color for pie chart:
                 bool bUseSpecialFillColor = false;


More information about the Libreoffice-commits mailing list