summaryrefslogtreecommitdiff
path: root/include/canvas
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2014-11-10 15:05:25 +0100
committerNoel Grandin <noelgrandin@gmail.com>2014-11-12 11:04:11 +0000
commitda40cac540e7d735edbe9069b3c8ec6af4530208 (patch)
treef2abda7281129e13f588c77b18780a7090c8405f /include/canvas
parentbb437029c1e5331bcc3f8fb2fc87837142a52f33 (diff)
Fix common typos. No automatic tools. Handmade…
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/canvas')
-rw-r--r--include/canvas/base/graphicdevicebase.hxx2
-rw-r--r--include/canvas/propertysethelper.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/canvas/base/graphicdevicebase.hxx b/include/canvas/base/graphicdevicebase.hxx
index 16f6ca129aaf..19d34d9883b1 100644
--- a/include/canvas/base/graphicdevicebase.hxx
+++ b/include/canvas/base/graphicdevicebase.hxx
@@ -87,7 +87,7 @@ namespace canvas
@tpl Mutex
Lock strategy to use. Defaults to using the
- DisambiguationHelper-provided lock. Everytime one of the methods is
+ DisambiguationHelper-provided lock. Every time one of the methods is
entered, an object of type Mutex is created with m_aMutex as
the sole parameter, and destroyed again when the method scope
is left.
diff --git a/include/canvas/propertysethelper.hxx b/include/canvas/propertysethelper.hxx
index dada480e0b0d..d555cfcd9208 100644
--- a/include/canvas/propertysethelper.hxx
+++ b/include/canvas/propertysethelper.hxx
@@ -44,7 +44,7 @@ namespace canvas
XPropertySet methods, and take care of UNO XInterface and lock
handling by yourself.
- The core responsibility of this this class is the name/value
+ The core responsibility of this class is the name/value
mapping for property sets.
*/
class CANVASTOOLS_DLLPUBLIC PropertySetHelper