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

New commits:
commit 362e162323c431c8ba75ce7d121c2f255254398b
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Wed Apr 10 16:06:04 2019 +0000
Commit:     Julien Nabet <[email protected]>
CommitDate: Fri Apr 12 08:30:50 2019 +0200

    Fix typo
    
    Change-Id: I47295a5dee2ca95e36934ac74dc90f95912dc605
    Reviewed-on: https://gerrit.libreoffice.org/70636
    Reviewed-by: himajin100000 <[email protected]>
    Reviewed-by: Julien Nabet <[email protected]>
    Tested-by: Julien Nabet <[email protected]>

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 )
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to