diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:34:23 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:33 +0200 |
commit | 6cde7647c94b896eafbb9d79e2e7c4f0a86a465c (patch) | |
tree | df8c976b292c9aac1387528e0d5f38b6def334ee /include/svx | |
parent | c035317c327d1f8a462f3abd5face29d85bbc991 (diff) |
typo: implicitely -> implicitly
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/IAccessibleViewForwarder.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/IAccessibleViewForwarder.hxx b/include/svx/IAccessibleViewForwarder.hxx index cbf9f87a68b9..d087e3e4d2cc 100644 --- a/include/svx/IAccessibleViewForwarder.hxx +++ b/include/svx/IAccessibleViewForwarder.hxx @@ -39,7 +39,7 @@ namespace accessibility { differs in two important points: Firstly the <member>GetVisArea</member> method returns a rectangle in internal coordinates and secondly the transformation methods do not require explicit mapmodes. These have to - be provided implicitely by the classes that implement this + be provided implicitly by the classes that implement this interface. A third, less important, difference are the additional transfomation methods for sizes. The reasons for their existince are convenience and improved performance.</p> |