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); - /**
Returns weather the specified resource is part of the + /**
Returns whether the specified resource is part of the configuration.
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