From e2f97dcc1006aceb80c4805c0e1cb5b2f40ab7b0 Mon Sep 17 00:00:00 2001 From: Ivan Timofeev Date: Wed, 13 Feb 2013 18:25:22 +0400 Subject: spelling: otherwhise -> otherwise Change-Id: I2d89edbb2574b4e677c9a0682bc829d9476b54db --- sfx2/source/appl/sfxhelp.cxx | 2 +- sfx2/source/doc/docfile.cxx | 2 +- sfx2/source/toolbox/tbxitem.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx index 07b67815c6ac..fa346a88cdc1 100644 --- a/sfx2/source/appl/sfxhelp.cxx +++ b/sfx2/source/appl/sfxhelp.cxx @@ -543,7 +543,7 @@ SfxHelpWindow_Impl* impl_createHelp(Reference< XFrame >& rHelpTask , { Reference < XDesktop2 > xDesktop = Desktop::create( ::comphelper::getProcessComponentContext() ); - // otherwhise - create new help task + // otherwise - create new help task Reference< XFrame > xHelpTask = xDesktop->findFrame( OUString("OFFICE_HELP_TASK"), FrameSearchFlag::TASKS | FrameSearchFlag::CREATE); diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx index 5cab6ced56d3..d2f61648a613 100644 --- a/sfx2/source/doc/docfile.cxx +++ b/sfx2/source/doc/docfile.cxx @@ -2561,7 +2561,7 @@ SfxMedium::GetInteractionHandler() if ( !pImp->bAllowDefaultIntHdl ) return ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >(); - // otherwhise return cached default handler ... if it exist. + // otherwise return cached default handler ... if it exist. if ( pImp->xInteraction.is() ) return pImp->xInteraction; diff --git a/sfx2/source/toolbox/tbxitem.cxx b/sfx2/source/toolbox/tbxitem.cxx index 86beded199c0..bf7003d36c54 100644 --- a/sfx2/source/toolbox/tbxitem.cxx +++ b/sfx2/source/toolbox/tbxitem.cxx @@ -1437,7 +1437,7 @@ SfxAppToolBoxControl_Impl::~SfxAppToolBoxControl_Impl() contains the image of the menu for the URL. @return sal_True - if URL could be located as an item of the popup menu. - sal_False - otherwhise. + sal_False - otherwise. */ sal_Bool Impl_ExistURLInMenu( const PopupMenu *pMenu , String &sURL , -- cgit