From a6dabb2fd9fa198533722358e3d8dfff3bd1329c Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 10 Dec 2018 15:37:06 +0100 Subject: Fix typo Change-Id: Ib380d6cbb1d858877cb14263cdc6beff6f0b97af Reviewed-on: https://gerrit.libreoffice.org/65068 Tested-by: Jenkins Reviewed-by: Julien Nabet --- chart2/source/view/main/PolarLabelPositionHelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2') 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 ) ) ); -- cgit