summaryrefslogtreecommitdiff
path: root/canvas
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 10:34:23 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:33 +0200
commit6cde7647c94b896eafbb9d79e2e7c4f0a86a465c (patch)
treedf8c976b292c9aac1387528e0d5f38b6def334ee /canvas
parentc035317c327d1f8a462f3abd5face29d85bbc991 (diff)
typo: implicitely -> implicitly
Diffstat (limited to 'canvas')
-rw-r--r--canvas/source/directx/dx_textlayout.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/directx/dx_textlayout.hxx b/canvas/source/directx/dx_textlayout.hxx
index 25986f4e8941..7b3d56d7c9e7 100644
--- a/canvas/source/directx/dx_textlayout.hxx
+++ b/canvas/source/directx/dx_textlayout.hxx
@@ -92,7 +92,7 @@ namespace dxcanvas
~TextLayout(); // we're a ref-counted UNO class. _We_ destroy ourselves.
private:
- // NOTE: no need for GDIPlusUserSharedPtr, mpFont implicitely has one already
+ // NOTE: no need for GDIPlusUserSharedPtr, mpFont implicitly has one already
::com::sun::star::rendering::StringContext maText;
::com::sun::star::uno::Sequence< double > maLogicalAdvancements;