Typo: wheter->whether

Change-Id: Iab5e7de499452924b4ac0d34cc604ee38395c813
This commit is contained in:
Julien Nabet
2015-04-01 21:14:43 +02:00
parent 3a54090f1e
commit 65c3f29a96
6 changed files with 6 additions and 6 deletions

View File

@@ -74,7 +74,7 @@
#define HAVE_FEATURE_SCRIPTING 0 #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 * desktop (or server) OS
* *
* Non-MULTIUSER implies that the OS makes sure that only one * Non-MULTIUSER implies that the OS makes sure that only one

View File

@@ -217,7 +217,7 @@ protected:
void getFuncDescForInvoke(const OUString & sFuncName, void getFuncDescForInvoke(const OUString & sFuncName,
const Sequence<Any> & seqArgs, FUNCDESC** pFuncDesc); 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 // done by
// asking for the property "_environment". If it has the value "JScript" // asking for the property "_environment". If it has the value "JScript"
// (case insensitive) then the IDispatch is considered a JScript object. // (case insensitive) then the IDispatch is considered a JScript object.

View File

@@ -305,7 +305,7 @@ STDMETHODIMP InterfaceOleWrapper_Impl::GetIDsOfNames(REFIID /*riid*/,
// With the help of type information the kind of parameter can be exactly determined // 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 // 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 // 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" // 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 // ( see function "isJScriptArray"). Since this is unsafe it is recommended to use
// the JScript value objects within a JScript script on such an occasion. // the JScript value objects within a JScript script on such an occasion.

View File

@@ -63,7 +63,7 @@ public:
static bool IsZipFile(void *stream); 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 currently used zlib version or not
@precond The given parameter must be a string with length > 0 @precond The given parameter must be a string with length > 0

View File

@@ -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 currently used zlib version or not
@precond The given parameter must be a string with length > 0 @precond The given parameter must be a string with length > 0

View File

@@ -1115,7 +1115,7 @@ void SwTextShell::Execute(SfxRequest &rReq)
{ {
//If the current paragraph has bullet call the function to //If the current paragraph has bullet call the function to
//increase or decrease the bullet level. //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(..) : //Please refer to the "case KEY_TAB:" section in SwEditWin::KeyInput(..) :
// if( rSh.GetCurNumRule() && rSh.IsSttOfPara() && // if( rSh.GetCurNumRule() && rSh.IsSttOfPara() &&
// !rSh.HasReadonlySel() ) // !rSh.HasReadonlySel() )