From 23af031b09dffe37222517d69f5337db26fdb307 Mon Sep 17 00:00:00 2001 From: Elton Chung Date: Sat, 18 Feb 2012 12:37:04 +0800 Subject: Fix typos in comments --- svx/source/accessibility/ChildrenManagerImpl.cxx | 2 +- svx/source/accessibility/ChildrenManagerImpl.hxx | 2 +- svx/source/form/fmundo.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'svx') diff --git a/svx/source/accessibility/ChildrenManagerImpl.cxx b/svx/source/accessibility/ChildrenManagerImpl.cxx index c645a67b8b2b..f23b5e01f2bb 100644 --- a/svx/source/accessibility/ChildrenManagerImpl.cxx +++ b/svx/source/accessibility/ChildrenManagerImpl.cxx @@ -128,7 +128,7 @@ uno::Reference throw (::com::sun::star::uno::RuntimeException, ::com::sun::star::lang::IndexOutOfBoundsException) { - // Check wether the given index is valid. + // Check whether the given index is valid. if (nIndex < 0 || (unsigned long)nIndex >= maVisibleChildren.size()) throw lang::IndexOutOfBoundsException ( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( diff --git a/svx/source/accessibility/ChildrenManagerImpl.hxx b/svx/source/accessibility/ChildrenManagerImpl.hxx index b1cb2a0b4723..c43fb4e3ba69 100644 --- a/svx/source/accessibility/ChildrenManagerImpl.hxx +++ b/svx/source/accessibility/ChildrenManagerImpl.hxx @@ -276,7 +276,7 @@ public: @param pReplacement The replacement for the current child. @return - The returned value indicates wether the replacement has been + The returned value indicates whether the replacement has been finished successfully. */ virtual sal_Bool ReplaceChild ( diff --git a/svx/source/form/fmundo.cxx b/svx/source/form/fmundo.cxx index 3c2d093aad16..07d67717f511 100644 --- a/svx/source/form/fmundo.cxx +++ b/svx/source/form/fmundo.cxx @@ -672,7 +672,7 @@ void SAL_CALL FmXUndoEnvironment::propertyChange(const PropertyChangeEvent& evt) } // now we have access to the cached info about the property affected - // and are able to decide wether or not we need an undo action + // and are able to decide whether or not we need an undo action bool bAddUndoAction = rModel.IsUndoEnabled(); // no UNDO for transient/readonly properties -- cgit