summaryrefslogtreecommitdiff
path: root/include/canvas
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 12:25:27 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-03 06:56:42 +0000
commitbcb402298f653146af672ecfca2381062d78c6f2 (patch)
treebb03e1bf54498aca8e52996c70482f207377cc4e /include/canvas
parent8b633f40514f9d33a22cf9b2e064d8ef3ef2c7f4 (diff)
Fix typos
Change-Id: I5e3c9683741ddc66283008c20794be5c2b2bc53f Reviewed-on: https://gerrit.libreoffice.org/34804 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/canvas')
-rw-r--r--include/canvas/base/canvasbase.hxx2
-rw-r--r--include/canvas/base/graphicdevicebase.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/canvas/base/canvasbase.hxx b/include/canvas/base/canvasbase.hxx
index ce9ea3fbccff..4d2406a18805 100644
--- a/include/canvas/base/canvasbase.hxx
+++ b/include/canvas/base/canvasbase.hxx
@@ -41,7 +41,7 @@ namespace canvas
problem with UNO partial interface implementation actually is,
that you cannot do it the plain way, since deriving from a
common base subclass always introduces the whole set of pure
- virtuals, that your baseclass helper just overrided) and your
+ virtuals, that your baseclass helper just overridden) and your
implementation class. You then only have to implement the
functionality <em>besides</em> XCanvas.
diff --git a/include/canvas/base/graphicdevicebase.hxx b/include/canvas/base/graphicdevicebase.hxx
index df7a2c4bc2e3..e5efe9bb4f0b 100644
--- a/include/canvas/base/graphicdevicebase.hxx
+++ b/include/canvas/base/graphicdevicebase.hxx
@@ -48,7 +48,7 @@ namespace canvas
actually is, that you cannot do it the plain way, since
deriving from a common base subclass always introduces the
whole set of pure virtuals, that your baseclass helper just
- overrided) and your implementation class. You then only have
+ overridden) and your implementation class. You then only have
to implement the functionality <em>besides</em>
XGraphicDevice. If you want to support the optional debug
XUpdatable interface, also add that to the base classes