summaryrefslogtreecommitdiff
path: root/framework/source/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 11:39:28 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 08:50:08 +0000
commit74d67cffec4eea0a575869513158b050e42ec983 (patch)
tree814e7c82340c5a9f49ac01af58144de1bf05fdc4 /framework/source/inc
parent5262883672208ac17b58ec197a1f984d99403b7d (diff)
Fix typos
Change-Id: I63ae7dbd7edf66aa5542f7d41f1bfd8ac04fc5e8 Reviewed-on: https://gerrit.libreoffice.org/35631 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework/source/inc')
-rw-r--r--framework/source/inc/accelerators/acceleratorcache.hxx2
-rw-r--r--framework/source/inc/accelerators/presethandler.hxx2
-rw-r--r--framework/source/inc/loadenv/loadenv.hxx4
3 files changed, 4 insertions, 4 deletions
diff --git a/framework/source/inc/accelerators/acceleratorcache.hxx b/framework/source/inc/accelerators/acceleratorcache.hxx
index c52da8462f0d..28302e849020 100644
--- a/framework/source/inc/accelerators/acceleratorcache.hxx
+++ b/framework/source/inc/accelerators/acceleratorcache.hxx
@@ -102,7 +102,7 @@ class AcceleratorCache
the key, which should be checked.
@return [bool]
- sal_True if the speicfied key exists inside this container.
+ sal_True if the specified key exists inside this container.
*/
bool hasKey(const css::awt::KeyEvent& aKey) const;
bool hasCommand(const OUString& sCommand) const;
diff --git a/framework/source/inc/accelerators/presethandler.hxx b/framework/source/inc/accelerators/presethandler.hxx
index 830b5dca781d..1fe4d407a78b 100644
--- a/framework/source/inc/accelerators/presethandler.hxx
+++ b/framework/source/inc/accelerators/presethandler.hxx
@@ -228,7 +228,7 @@ class PresetHandler
in case this configuration supports localized entries,
the current locale must be set.
- Localzation will be represented as directory structure
+ Localization will be represented as directory structure
of provided presets. Means: you call us with a preset name "default";
and we use e.g. "/en-US/default.xml" internally.
diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx
index 288da8f8a1bc..bc0b0190354d 100644
--- a/framework/source/inc/loadenv/loadenv.hxx
+++ b/framework/source/inc/loadenv/loadenv.hxx
@@ -445,7 +445,7 @@ private:
@descr It depends from the set target information, if such
search is allowed or not! So this method checks first,
if the target is the special one "_default".
- If not it returns with an empty result immidatly!
+ If not it returns with an empty result immediately!
In case search is allowed, an existing document with the
same URL is searched. If it could be found, the corresponding
view will get the focus and this method return the corresponding frame.
@@ -454,7 +454,7 @@ private:
inside the document, which is related to the jumpmark.
@return A valid reference to the target frame, which contains the already loaded content
- and could be activated successfully. An empty reference oterwhise.
+ and could be activated successfully. An empty reference otherwise.
@throw A LoadEnvException only in cases, where an internal error indicates,
that the complete load environment seems to be not useable in general.