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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Dec 28 09:00:36 UTC 2018


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

New commits:
commit f5d403114e222283161cba49cec1e9e89e16a0cb
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Dec 17 21:29:59 2018 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Dec 28 10:00:12 2018 +0100

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

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


More information about the Libreoffice-commits mailing list