summaryrefslogtreecommitdiff
path: root/include/drawinglayer
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2015-05-24 21:45:10 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2015-05-24 21:50:20 +0200
commitcd6ee5de8ef7345ba219f0d50e9e1ee45332e55f (patch)
tree6c0469a2fdca0f7a3a7986da4c76376c36cb3942 /include/drawinglayer
parente9bb2e6f09d711833e659db3b229326d5e997266 (diff)
comments: fix mis-use of eventual in English
The adjective was used as the German meaning, which translates to maybe or possibly. Change-Id: Iaf5b38f628b23796829a1c4bd3919d4e13b874f0
Diffstat (limited to 'include/drawinglayer')
-rw-r--r--include/drawinglayer/primitive2d/polygonprimitive2d.hxx6
-rw-r--r--include/drawinglayer/processor2d/baseprocessor2d.hxx2
2 files changed, 4 insertions, 4 deletions
diff --git a/include/drawinglayer/primitive2d/polygonprimitive2d.hxx b/include/drawinglayer/primitive2d/polygonprimitive2d.hxx
index 62e2f20361d6..cc08349873b0 100644
--- a/include/drawinglayer/primitive2d/polygonprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/polygonprimitive2d.hxx
@@ -263,9 +263,9 @@ namespace drawinglayer
{
/** PolygonStrokeArrowPrimitive2D class
- This primitive defines a PolygonStrokePrimitive2D which is extended
- eventually by start and end definitions which are normally used for
- arrows.
+ This primitive defines a PolygonStrokePrimitive2D,
+ possibly extended by start and end definitions, which are
+ normally used for arrows.
*/
class DRAWINGLAYER_DLLPUBLIC PolygonStrokeArrowPrimitive2D : public PolygonStrokePrimitive2D
{
diff --git a/include/drawinglayer/processor2d/baseprocessor2d.hxx b/include/drawinglayer/processor2d/baseprocessor2d.hxx
index 4f9eedf7d626..95803af57194 100644
--- a/include/drawinglayer/processor2d/baseprocessor2d.hxx
+++ b/include/drawinglayer/processor2d/baseprocessor2d.hxx
@@ -69,7 +69,7 @@ namespace drawinglayer
Basic Primitives:
- - BitmapPrimitive2D (bitmap data, eventually with transparency)
+ - BitmapPrimitive2D (bitmap data, possibly with transparency)
- PointArrayPrimitive2D (single points)
- PolygonHairlinePrimitive2D (hairline curves/polygons)
- PolyPolygonColorPrimitive2D (colored polygons)