config_host/config_features.h.in | 2 +- dbaccess/source/ui/inc/brwctrlr.hxx | 2 +- extensions/source/ole/oleobjw.hxx | 2 +- extensions/source/ole/unoobjw.cxx | 2 +- framework/source/dispatch/dispatchprovider.cxx | 2 +- shell/inc/internal/zipfile.hxx | 2 +- shell/source/win32/zipfile/zipfile.cxx | 2 +- sw/source/uibase/shells/textsh1.cxx | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-)
New commits: commit d7f62705ab4fbfd4768c633cbf9dd6d0521197ce Author: Julien Nabet <serval2...@yahoo.fr> Date: Wed Apr 1 21:15:57 2015 +0200 Typo: metod(s)->method(s) Change-Id: Ie8e8c33bba30ae454c4a0cb54eb6613293a398e6 diff --git a/dbaccess/source/ui/inc/brwctrlr.hxx b/dbaccess/source/ui/inc/brwctrlr.hxx index 65caffc..5cbc936 100644 --- a/dbaccess/source/ui/inc/brwctrlr.hxx +++ b/dbaccess/source/ui/inc/brwctrlr.hxx @@ -274,7 +274,7 @@ namespace dbaui // the default implementation does an direct load or starts a load thread, depending on the multithread capabilities // of the data source. // the default implementation also calls LoadFinished after a synchronous load, so be sure to do the same if you override - // this metod and don't call the base class' method + // this method and don't call the base class' method virtual void LoadFinished(bool bWasSynch); // called if the loading (the _complete_ loading process) is done (no matter if synchron or asynchron). diff --git a/framework/source/dispatch/dispatchprovider.cxx b/framework/source/dispatch/dispatchprovider.cxx index c456619..949b65d 100644 --- a/framework/source/dispatch/dispatchprovider.cxx +++ b/framework/source/dispatch/dispatchprovider.cxx @@ -154,7 +154,7 @@ bool lcl_isStartModuleDispatch (const css::util::URL& aURL) /** @short helper for queryDispatch() @descr Every member of the frame tree (frame, desktop) must handle such request - in another way. So we implement different specialized metods for every one. + in another way. So we implement different specialized methods for every one. @threadsafe yes */ commit 65c3f29a96de46b7a36bda16841d4e7d26f4845b Author: Julien Nabet <serval2...@yahoo.fr> Date: Wed Apr 1 21:14:43 2015 +0200 Typo: wheter->whether Change-Id: Iab5e7de499452924b4ac0d34cc604ee38395c813 diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in index 74ce234..06e4e75 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 886c9aa..9601101 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 d0902ac..a860e84 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 a2e369c..7ccd4bb 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 a7708dc..9cebf36 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 e18d86d1..8ad15cf 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() ) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits