Kaydet (Commit) 033ebc5a authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Adolfo Jayme Barrientos

Fix typo

Change-Id: I72fafb21ac51de7537622b5265af266073cdb293
Reviewed-on: https://gerrit.libreoffice.org/67576Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
üst 8e12e330
...@@ -625,7 +625,7 @@ void PieChart::createShapes() ...@@ -625,7 +625,7 @@ void PieChart::createShapes()
double fLogicYValue = fabs(pSeries->getYValue( nPointIndex )); double fLogicYValue = fabs(pSeries->getYValue( nPointIndex ));
if( ::rtl::math::isNan(fLogicYValue) ) if( ::rtl::math::isNan(fLogicYValue) )
continue; continue;
if(fLogicYValue==0.0)//@todo: continue also if the resolution to small if(fLogicYValue==0.0)//@todo: continue also if the resolution is too small
continue; continue;
double fLogicYPos = fLogicYForNextPoint; double fLogicYPos = fLogicYForNextPoint;
fLogicYForNextPoint += fLogicYValue; fLogicYForNextPoint += fLogicYValue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment