diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-12-10 15:37:06 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-12-13 11:50:56 +0100 |
commit | a6dabb2fd9fa198533722358e3d8dfff3bd1329c (patch) | |
tree | 21685ac7c520ee3a0654f629dd8708f98c201f8c /chart2 | |
parent | 9176dd1acdad9112df73268ad0a39d421c1307d4 (diff) |
Fix typo
Change-Id: Ib380d6cbb1d858877cb14263cdc6beff6f0b97af
Reviewed-on: https://gerrit.libreoffice.org/65068
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/main/PolarLabelPositionHelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) ) ); |