chart2/source/view/charttypes/PieChart.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 033ebc5a5d76bff179ca778412e6923b605217d5
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Feb 7 18:37:34 2019 +0000
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Sat Feb 9 05:33:59 2019 +0100

    Fix typo
    
    Change-Id: I72fafb21ac51de7537622b5265af266073cdb293
    Reviewed-on: https://gerrit.libreoffice.org/67576
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
    Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/chart2/source/view/charttypes/PieChart.cxx 
b/chart2/source/view/charttypes/PieChart.cxx
index daf53dcac8b5..662a9a842db7 100644
--- a/chart2/source/view/charttypes/PieChart.cxx
+++ b/chart2/source/view/charttypes/PieChart.cxx
@@ -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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to