diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-12-17 21:29:59 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-12-28 10:00:12 +0100 |
commit | f5d403114e222283161cba49cec1e9e89e16a0cb (patch) | |
tree | 6781ac664ef2a911bf6afb2163a19b5bd1aee397 | |
parent | cc88570fe3dee3cba2d9481c3a2654f6ec3b5e41 (diff) |
Fix typo
Change-Id: Ibb25b79c1ec394eb04d40c5419e5cdffc17829f0
Reviewed-on: https://gerrit.libreoffice.org/65651
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | chart2/source/view/charttypes/PieChart.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/charttypes/PieChart.cxx b/chart2/source/view/charttypes/PieChart.cxx index 45c246f7896c..daf53dcac8b5 100644 --- a/chart2/source/view/charttypes/PieChart.cxx +++ b/chart2/source/view/charttypes/PieChart.cxx @@ -1483,7 +1483,7 @@ bool PieChart::performLabelBestFitInnerPlacement(ShapeParam& rShapeParam, PieLab // passing through a b.b. vertex is less than half width of the pie slice; // when the nearest edge e crosses a Cartesian axis it is sufficient // to test only the vertices belonging to e, else we need to test - // the 2 vertices that aren’t either N or F . Note that if a b.b. edge + // the 2 vertices that aren't either N or F. Note that if a b.b. edge // crosses a Cartesian axis then it is the nearest edge to C // check the angle between CP and CM |