summaryrefslogtreecommitdiff
path: root/chart2/source/view/inc/Clipping.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/inc/Clipping.hxx')
-rw-r--r--chart2/source/view/inc/Clipping.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/chart2/source/view/inc/Clipping.hxx b/chart2/source/view/inc/Clipping.hxx
index f4df4995748a..7d215266ef0d 100644
--- a/chart2/source/view/inc/Clipping.hxx
+++ b/chart2/source/view/inc/Clipping.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -50,12 +50,12 @@ class Clipping
*/
public:
- /** @descr The intersection between an open polygon and a rectangle is
+ /** @descr The intersection between an open polygon and a rectangle is
calculated and the resulting lines are placed into the poly-polygon aResult.
- @param rPolygon The polygon is required to be open, ie. it's start and end point
+ @param rPolygon The polygon is required to be open, ie. it's start and end point
have different coordinates and that it is continuous, ie. has no holes.
- @param rRectangle The clipping area.
- @param aResult The resulting lines that are the parts of the given polygon lying inside
+ @param rRectangle The clipping area.
+ @param aResult The resulting lines that are the parts of the given polygon lying inside
the clipping area are stored into aResult whose prior content is deleted first.
*/
static void clipPolygonAtRectangle(