diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-07-22 00:18:03 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-07-22 00:18:40 -0400 |
commit | f413cb08b8c0f67b9bf7278dd654dac9001cf490 (patch) | |
tree | c792deeb87be8def1ccca26a9eee850ce929fc52 /chart2 | |
parent | 7df0cb37a4d39e55dc000b0569a8d2a031e6600b (diff) |
printf crept in.
Change-Id: I18303af0a2898610566233b814e317cd2fe9f6d0
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/main/ChartController_Properties.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/controller/main/ChartController_Properties.cxx b/chart2/source/controller/main/ChartController_Properties.cxx index 6f3fd5163990..25836427f45e 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; |