summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chart2/source/view/main/Clipping.cxx2
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 )