diff options
author | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2011-11-28 10:30:25 +0700 |
---|---|---|
committer | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2011-11-28 10:32:13 +0700 |
commit | ab5b77536b6814b5eb66bc862bfd0610f4f3b56c (patch) | |
tree | 1a48cd0499fb56ae0ff472707fe0660d33a7e425 | |
parent | c0a9d3d3f91e7a5e7fd420b4bce9955de48187a8 (diff) |
s/weather/whether/ where appropriate
-rw-r--r-- | framework/source/inc/loadenv/loadenv.hxx | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/drawing/framework/XConfiguration.idl | 2 | ||||
-rw-r--r-- | sc/source/ui/Accessibility/AccessibleFilterMenu.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/TemplateScanner.hxx | 2 | ||||
-rw-r--r-- | sfx2/source/control/dispatch.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/wrtsh/navmgr.cxx | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx index 0408fb791648..59bad3c01fb4 100644 --- a/framework/source/inc/loadenv/loadenv.hxx +++ b/framework/source/inc/loadenv/loadenv.hxx @@ -658,7 +658,7 @@ class LoadEnv : private ThreadHelpBase //_______________________________________ - /** @short checks weather a frame is already used for another load request or not. + /** @short checks whether a frame is already used for another load request or not. @descr Such frames cant be used for our "recycle feature"! diff --git a/offapi/com/sun/star/drawing/framework/XConfiguration.idl b/offapi/com/sun/star/drawing/framework/XConfiguration.idl index ad6bf6aa50f6..2b7bdb19cdef 100644 --- a/offapi/com/sun/star/drawing/framework/XConfiguration.idl +++ b/offapi/com/sun/star/drawing/framework/XConfiguration.idl @@ -84,7 +84,7 @@ published interface XConfiguration [in] string sTargetURLPrefix, [in] AnchorBindingMode eSearchMode); - /** <p>Returns weather the specified resource is part of the + /** <p>Returns whether the specified resource is part of the configuration.</p> This is independent of whether the resource does really exist and is active, i.e. has a visible representation in the GUI. diff --git a/sc/source/ui/Accessibility/AccessibleFilterMenu.cxx b/sc/source/ui/Accessibility/AccessibleFilterMenu.cxx index b1d34bb251ac..369bfab53e4e 100644 --- a/sc/source/ui/Accessibility/AccessibleFilterMenu.cxx +++ b/sc/source/ui/Accessibility/AccessibleFilterMenu.cxx @@ -325,7 +325,7 @@ Rectangle ScAccessibleFilterMenu::GetBoundingBox() const void ScAccessibleFilterMenu::appendMenuItem(const OUString& rName, bool bEnabled, size_t nMenuPos) { - // Check weather this menu item is a sub menu or a regular menu item. + // Check whether this menu item is a sub menu or a regular menu item. ScMenuFloatingWindow* pSubMenu = mpWindow->getSubMenuWindow(nMenuPos); Reference<XAccessible> xAccessible; if (pSubMenu) diff --git a/sd/source/ui/inc/TemplateScanner.hxx b/sd/source/ui/inc/TemplateScanner.hxx index f44c042cae18..a746df784849 100644 --- a/sd/source/ui/inc/TemplateScanner.hxx +++ b/sd/source/ui/inc/TemplateScanner.hxx @@ -190,7 +190,7 @@ private: */ std::vector<TemplateDir*> maFolderList; - /** Weather the template entries have to be sorted. + /** Whether the template entries have to be sorted. */ bool mbEntrySortingEnabled; diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx index 7e925abad0a1..44d0a51a84d9 100644 --- a/sfx2/source/control/dispatch.cxx +++ b/sfx2/source/control/dispatch.cxx @@ -1554,7 +1554,7 @@ void SfxDispatcher::_Update_Impl( sal_Bool bUIActive, sal_Bool bIsMDIApp, sal_Bo if ( bReadOnlyShell && !( nPos & SFX_VISIBILITY_READONLYDOC ) ) continue; - // check weather toolbar needs activation of a special feature + // check whether toolbar needs activation of a special feature sal_uInt32 nFeature = pIFace->GetObjectBarFeature(nNo); if ( nFeature && !pShell->HasUIFeature( nFeature ) ) continue; diff --git a/sw/source/ui/wrtsh/navmgr.cxx b/sw/source/ui/wrtsh/navmgr.cxx index c0b9c4024404..8d49bdc4650f 100644 --- a/sw/source/ui/wrtsh/navmgr.cxx +++ b/sw/source/ui/wrtsh/navmgr.cxx @@ -180,7 +180,7 @@ bool SwNavigationMgr::addEntry(const SwPosition& rPos) { bool bForwardWasEnabled = forwardEnabled(); bool bRet = false; // return value of the function. - // Indicates weather the index should be decremented before jumping back or not + // Indicates whether the index should be decremented before jumping back or not #if SMART /* If any forward history exists, twist the tail of the list from the current position to the end */ if (bForwardWasEnabled) { |