diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-04-01 21:14:43 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-04-01 21:14:43 +0200 |
commit | 65c3f29a96de46b7a36bda16841d4e7d26f4845b (patch) | |
tree | 4f345f7475b71571f3e0603725c9aaa6cb851ed0 | |
parent | 3a54090f1ef4469cf824fcdb22c100c49d2ab7db (diff) |
Typo: wheter->whether
Change-Id: Iab5e7de499452924b4ac0d34cc604ee38395c813
-rw-r--r-- | config_host/config_features.h.in | 2 | ||||
-rw-r--r-- | extensions/source/ole/oleobjw.hxx | 2 | ||||
-rw-r--r-- | extensions/source/ole/unoobjw.cxx | 2 | ||||
-rw-r--r-- | shell/inc/internal/zipfile.hxx | 2 | ||||
-rw-r--r-- | shell/source/win32/zipfile/zipfile.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/shells/textsh1.cxx | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in index 74ce2347c6b1..06e4e75c6b1a 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -74,7 +74,7 @@ #define HAVE_FEATURE_SCRIPTING 0 -/* MULTIUSER_ENVIRONMENT - Wheter running on a "normal" multi-user +/* MULTIUSER_ENVIRONMENT - Whether running on a "normal" multi-user * desktop (or server) OS * * Non-MULTIUSER implies that the OS makes sure that only one diff --git a/extensions/source/ole/oleobjw.hxx b/extensions/source/ole/oleobjw.hxx index 886c9aa2284b..96011012477f 100644 --- a/extensions/source/ole/oleobjw.hxx +++ b/extensions/source/ole/oleobjw.hxx @@ -217,7 +217,7 @@ protected: void getFuncDescForInvoke(const OUString & sFuncName, const Sequence<Any> & seqArgs, FUNCDESC** pFuncDesc); - // Finds out wheter the wrapped IDispatch is an JScript Object. This is is + // Finds out whether the wrapped IDispatch is an JScript Object. This is is // done by // asking for the property "_environment". If it has the value "JScript" // (case insensitive) then the IDispatch is considered a JScript object. diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx index d0902acce631..a860e8424ef1 100644 --- a/extensions/source/ole/unoobjw.cxx +++ b/extensions/source/ole/unoobjw.cxx @@ -305,7 +305,7 @@ STDMETHODIMP InterfaceOleWrapper_Impl::GetIDsOfNames(REFIID /*riid*/, // With the help of type information the kind of parameter can be exactly determined // and an appropriate conversion can be chosen. A problem arises if a method expects // an Any. Then the type info does not tell what the type of the value, that is kept -// by the any, should be. In this situation the decision wheter the param is a +// by the any, should be. In this situation the decision whether the param is a // sequence or an object is made upon the fact if the object has a property "0" // ( see function "isJScriptArray"). Since this is unsafe it is recommended to use // the JScript value objects within a JScript script on such an occasion. diff --git a/shell/inc/internal/zipfile.hxx b/shell/inc/internal/zipfile.hxx index a2e369c5f403..7ccd4bb65ec3 100644 --- a/shell/inc/internal/zipfile.hxx +++ b/shell/inc/internal/zipfile.hxx @@ -63,7 +63,7 @@ public: static bool IsZipFile(void *stream); - /** Returns wheter the version of the specified zip file may be uncompressed with the + /** Returns whether the version of the specified zip file may be uncompressed with the currently used zlib version or not @precond The given parameter must be a string with length > 0 diff --git a/shell/source/win32/zipfile/zipfile.cxx b/shell/source/win32/zipfile/zipfile.cxx index a7708dcfb391..9cebf36ead13 100644 --- a/shell/source/win32/zipfile/zipfile.cxx +++ b/shell/source/win32/zipfile/zipfile.cxx @@ -367,7 +367,7 @@ bool ZipFile::IsZipFile(void* /*stream*/) } -/** Returns wheter the version of the specified zip file may be uncompressed with the +/** Returns whether the version of the specified zip file may be uncompressed with the currently used zlib version or not @precond The given parameter must be a string with length > 0 diff --git a/sw/source/uibase/shells/textsh1.cxx b/sw/source/uibase/shells/textsh1.cxx index e18d86d10345..8ad15cf406d7 100644 --- a/sw/source/uibase/shells/textsh1.cxx +++ b/sw/source/uibase/shells/textsh1.cxx @@ -1115,7 +1115,7 @@ void SwTextShell::Execute(SfxRequest &rReq) { //If the current paragraph has bullet call the function to //increase or decrease the bullet level. - //Why could I know wheter a paragraph has bullet or not by checking the below conditions? + //Why could I know whether a paragraph has bullet or not by checking the below conditions? //Please refer to the "case KEY_TAB:" section in SwEditWin::KeyInput(..) : // if( rSh.GetCurNumRule() && rSh.IsSttOfPara() && // !rSh.HasReadonlySel() ) |