summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-12-22 09:40:00 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-01-05 18:07:41 +0000
commit0d6dcc749f2dafe6a66f43524bb0bfe7491546ad (patch)
treeb9f1b09216a92109a79f0be51f4d295de6ebef50 /include
parent22b7f83edd8a4aa4702b63e7183b371175d3810a (diff)
Fix typos
Change-Id: I49ca0e4e05420a4992acc348a3dc6e3533f4d30e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144618 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/drawinglayer/primitive2d/PolyPolygonColorPrimitive2D.hxx2
-rw-r--r--include/drawinglayer/primitive2d/PolygonHairlinePrimitive2D.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/drawinglayer/primitive2d/PolyPolygonColorPrimitive2D.hxx b/include/drawinglayer/primitive2d/PolyPolygonColorPrimitive2D.hxx
index 29737786df1c..0bb67c3d0c7a 100644
--- a/include/drawinglayer/primitive2d/PolyPolygonColorPrimitive2D.hxx
+++ b/include/drawinglayer/primitive2d/PolyPolygonColorPrimitive2D.hxx
@@ -66,7 +66,7 @@ public:
Tooling: This primitive defines a simple rectangle. It is
sometimes useful for simpler tasks and decomposes to a
- more gereralized PolyPolygonColorPrimitive2D (see above)
+ more generalized PolyPolygonColorPrimitive2D (see above)
*/
class DRAWINGLAYER_DLLPUBLIC FilledRectanglePrimitive2D final : public BasePrimitive2D
{
diff --git a/include/drawinglayer/primitive2d/PolygonHairlinePrimitive2D.hxx b/include/drawinglayer/primitive2d/PolygonHairlinePrimitive2D.hxx
index 9e57ab31f6a4..bcee8a5ec0d4 100644
--- a/include/drawinglayer/primitive2d/PolygonHairlinePrimitive2D.hxx
+++ b/include/drawinglayer/primitive2d/PolygonHairlinePrimitive2D.hxx
@@ -110,7 +110,7 @@ public:
Tooling: This primitive defines a simple rectangle. It is
sometimes useful for simpler tasks and decomposes to a
- more gereralized PolygonHairlinePrimitive2D (see above)
+ more generalized PolygonHairlinePrimitive2D (see above)
*/
class DRAWINGLAYER_DLLPUBLIC LineRectanglePrimitive2D final : public BasePrimitive2D
{