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()
double fLogicYValue = fabs(pSeries->getYValue( nPointIndex ));
if( ::rtl::math::isNan(fLogicYValue) )
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;
double fLogicYPos = fLogicYForNextPoint;
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