[Libreoffice-commits] core.git: chart2/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Dec 13 10:51:22 UTC 2018


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

New commits:
commit a6dabb2fd9fa198533722358e3d8dfff3bd1329c
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Dec 10 15:37:06 2018 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 13 11:50:56 2018 +0100

    Fix typo
    
    Change-Id: Ib380d6cbb1d858877cb14263cdc6beff6f0b97af
    Reviewed-on: https://gerrit.libreoffice.org/65068
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/chart2/source/view/main/PolarLabelPositionHelper.cxx b/chart2/source/view/main/PolarLabelPositionHelper.cxx
index 4af1d78b63a8..6cea12f672cc 100644
--- a/chart2/source/view/main/PolarLabelPositionHelper.cxx
+++ b/chart2/source/view/main/PolarLabelPositionHelper.cxx
@@ -84,7 +84,7 @@ awt::Point PolarLabelPositionHelper::getLabelScreenPositionAndAlignmentForUnitCi
     if(m_nDimensionCount==3 && nLabelPlacement == css::chart::DataLabelPlacement::OUTSIDE)
     {
         //check whether the upper or the downer edge is more distant from the center
-        //take the farest point to put the label to
+        //take the farthest point to put the label to
 
         awt::Point aP0( transformSceneToScreenPosition(
             m_pPosHelper->transformUnitCircleToScene( 0, 0, fLogicZ ) ) );


More information about the Libreoffice-commits mailing list