diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-10 16:06:04 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-12 08:30:50 +0200 |
commit | 362e162323c431c8ba75ce7d121c2f255254398b (patch) | |
tree | 3f0e77ba04eaa333fe893815a3f8f2cfe8ada59d /chart2 | |
parent | b5fdb148fe87a90f3e586efcea7aa6ef865fa42a (diff) |
Fix typo
Change-Id: I47295a5dee2ca95e36934ac74dc90f95912dc605
Reviewed-on: https://gerrit.libreoffice.org/70636
Reviewed-by: himajin100000 <himajin100000@gmail.com>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/main/Clipping.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/main/Clipping.cxx b/chart2/source/view/main/Clipping.cxx index a7c212a91049..547539ded363 100644 --- a/chart2/source/view/main/Clipping.cxx +++ b/chart2/source/view/main/Clipping.cxx @@ -257,7 +257,7 @@ void Clipping::clipPolygonAtRectangle( const drawing::PolyPolygonShape3D& rPolyg aTo = getPointFromPoly(rPolygon,nOldPoint,nOldPolyIndex); if( lcl_clip2d_(aFrom, aTo, rRectangle) ) { - // compose an Polygon of as many consecutive points as possible + // compose a Polygon of as many consecutive points as possible if(aFrom == aLast) { if( aTo != aFrom ) |