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/inc/services | |
parent | a1bc57563f659579e889f279d7f63a9fb487dcb2 (diff) |
Otherwhise -> Otherwise
Change-Id: Iaec23e1d240f675a04b52cd251c4cb2a1242bb44
Diffstat (limited to 'framework/inc/services')
-rw-r--r-- | framework/inc/services/autorecovery.hxx | 2 | ||||
-rw-r--r-- | framework/inc/services/desktop.hxx | 2 | ||||
-rw-r--r-- | framework/inc/services/layoutmanager.hxx | 2 | ||||
-rw-r--r-- | framework/inc/services/license.hxx | 2 | ||||
-rw-r--r-- | framework/inc/services/substitutepathvars.hxx | 2 | ||||
-rw-r--r-- | framework/inc/services/tabwindowservice.hxx | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/framework/inc/services/autorecovery.hxx b/framework/inc/services/autorecovery.hxx index 7bfb0c2b69e5..cc00b561938e 100644 --- a/framework/inc/services/autorecovery.hxx +++ b/framework/inc/services/autorecovery.hxx @@ -768,7 +768,7 @@ class AutoRecovery : // attention! Must be the first base class to guarentee ri before the file is saved. And the old URL is removed only if removing oft he old file was successfully. If this method returns without an exception - everything - was OK. Otherwhise the info struct can be analyzed to + was OK. Otherwise the info struct can be analyzed to get more information, e.g. when the problem occures. @param sBackupPath diff --git a/framework/inc/services/desktop.hxx b/framework/inc/services/desktop.hxx index a8166cf8fb57..f42b064ed45f 100644 --- a/framework/inc/services/desktop.hxx +++ b/framework/inc/services/desktop.hxx @@ -471,7 +471,7 @@ class Desktop : // base classes * * So we uses a trick: A special listener (exactly these one here) listen for notifyTermination() * and shutdown the process asynchronous. But desktop has to make this special - * notification as realy last one ... Otherwhise it can happen that asynchronous + * notification as realy last one ... Otherwise it can happen that asynchronous * shutdown will be faster then all other code around Desktop.terminate() .-)) */ css::uno::Reference< css::frame::XTerminateListener > m_xSfxTerminator; diff --git a/framework/inc/services/layoutmanager.hxx b/framework/inc/services/layoutmanager.hxx index 9abb77a14bc6..c52892c523a5 100644 --- a/framework/inc/services/layoutmanager.hxx +++ b/framework/inc/services/layoutmanager.hxx @@ -20,7 +20,7 @@ #ifndef __FRAMEWORK_SERVICES_LAYOUTMANAGER_HXX_ #define __FRAMEWORK_SERVICES_LAYOUTMANAGER_HXX_ -/** Attention: stl headers must(!) be included at first. Otherwhise it can make trouble +/** Attention: stl headers must(!) be included at first. Otherwise it can make trouble with solaris headers ... */ #include <vector> diff --git a/framework/inc/services/license.hxx b/framework/inc/services/license.hxx index 87e070ab5912..1095101cfd61 100644 --- a/framework/inc/services/license.hxx +++ b/framework/inc/services/license.hxx @@ -20,7 +20,7 @@ #ifndef __FRAMEWORK_SERVICES_LICENSE_HXX_ #define __FRAMEWORK_SERVICES_LICENSE_HXX_ -/** Attention: stl headers must(!) be included at first. Otherwhise it can make trouble +/** Attention: stl headers must(!) be included at first. Otherwise it can make trouble with solaris headers ... */ #include <vector> diff --git a/framework/inc/services/substitutepathvars.hxx b/framework/inc/services/substitutepathvars.hxx index 085a99cb9e10..5eec7a5f6f5a 100644 --- a/framework/inc/services/substitutepathvars.hxx +++ b/framework/inc/services/substitutepathvars.hxx @@ -20,7 +20,7 @@ #ifndef __FRAMEWORK_SERVICES_SUBSTPATHVARS_HXX_ #define __FRAMEWORK_SERVICES_SUBSTPATHVARS_HXX_ -/** Attention: stl headers must(!) be included at first. Otherwhise it can make trouble +/** Attention: stl headers must(!) be included at first. Otherwise it can make trouble with solaris headers ... */ #include <vector> diff --git a/framework/inc/services/tabwindowservice.hxx b/framework/inc/services/tabwindowservice.hxx index c588c36f908c..efd97b8a8140 100644 --- a/framework/inc/services/tabwindowservice.hxx +++ b/framework/inc/services/tabwindowservice.hxx @@ -20,7 +20,7 @@ #ifndef __FRAMEWORK_SERVICES_TABWINDOWSERVICE_HXX_ #define __FRAMEWORK_SERVICES_TABWINDOWSERVICE_HXX_ -/** Attention: stl headers must(!) be included at first. Otherwhise it can make trouble +/** Attention: stl headers must(!) be included at first. Otherwise it can make trouble with solaris headers ... */ #include <vector> |