diff options
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/charttypes/PieChart.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/chart2/source/view/charttypes/PieChart.cxx b/chart2/source/view/charttypes/PieChart.cxx index b900e9c7150a..eeaf1c54c78c 100644 --- a/chart2/source/view/charttypes/PieChart.cxx +++ b/chart2/source/view/charttypes/PieChart.cxx @@ -573,18 +573,6 @@ void PieChart::createShapes() }//next series in x slot (next y slot) }//next category }//next x slot - /* @todo remove series shapes if empty - //remove and delete point-group-shape if empty - if(!xSeriesGroupShape_Shapes->getCount()) - { - (*aSeriesIter)->m_xShape.set(NULL); - m_xLogicTarget->remove(xSeriesGroupShape_Shape); - } - */ - - //remove and delete series-group-shape if empty - - //... todo } namespace |