summaryrefslogtreecommitdiff
path: root/include/canvas
diff options
context:
space:
mode:
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