diff options
author | Jesús Corrius <jcorrius@gmail.com> | 2013-09-26 10:21:12 +0200 |
---|---|---|
committer | Jesús Corrius <jcorrius@gmail.com> | 2013-09-26 10:21:12 +0200 |
commit | 6a3cf741d1d4d9e700c14da6d6ae386d3aa372f8 (patch) | |
tree | 31e7dd398ac2fdac83324154c988f9f304e6ab75 /framework/source/inc | |
parent | a1bc57563f659579e889f279d7f63a9fb487dcb2 (diff) |
Otherwhise -> Otherwise
Change-Id: Iaec23e1d240f675a04b52cd251c4cb2a1242bb44
Diffstat (limited to 'framework/source/inc')
-rw-r--r-- | framework/source/inc/loadenv/actionlockguard.hxx | 2 | ||||
-rw-r--r-- | framework/source/inc/loadenv/loadenv.hxx | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/framework/source/inc/loadenv/actionlockguard.hxx b/framework/source/inc/loadenv/actionlockguard.hxx index 40110f165586..a6f453de330b 100644 --- a/framework/source/inc/loadenv/actionlockguard.hxx +++ b/framework/source/inc/loadenv/actionlockguard.hxx @@ -33,7 +33,7 @@ namespace framework{ <type scope="com::sun::star::document">XActionLockable</type>. @descr This guard should be used to be shure, that any lock will be - released. Otherwhise the locaked document can hinder the office on shutdown! + released. Otherwise the locaked document can hinder the office on shutdown! */ class ActionLockGuard : private ThreadHelpBase { diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx index dc62622306bd..7c1fb179f2b9 100644 --- a/framework/source/inc/loadenv/loadenv.hxx +++ b/framework/source/inc/loadenv/loadenv.hxx @@ -123,7 +123,7 @@ private: or a non visible content was loaded! It can be the same frame as m_xBaseFrame it describe, in case the target "_self", "" or the search flag "SELF" was used. - Otherwhise its the new created or recycled frame, which was + Otherwise its the new created or recycled frame, which was used for loading and contains further the new component. Please use method getTarget() or getTargetComponent() @@ -411,7 +411,7 @@ private: @attention Not all types we know, are supported by filters. So it does not indicates an error, if no suitable filter(loader etcpp will be found for a type. But a type must be detected for the specified content. - Otherwhise its an error and loading cant be finished successfully. + Otherwise its an error and loading cant be finished successfully. @throw A LoadEnvException if detection failed. @@ -505,7 +505,7 @@ private: @descr Because this special feature is bound to the target specifier "_default" its checked inside first. If its not set => this method return an empty - reference. Otherwhise any currently existing frame will be analyzed, if + reference. Otherwise any currently existing frame will be analyzed, if it can be used here. The following rules exists: <ul> |