summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2013-02-13 18:25:22 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2013-02-17 13:57:44 +0400
commite2f97dcc1006aceb80c4805c0e1cb5b2f40ab7b0 (patch)
treee5dec44faf212f3072fc4962a96b51ee40b67ad0 /sfx2
parent2a7db22c3825acdb0c36a9cefd5736d73e4fefbf (diff)
spelling: otherwhise -> otherwise
Change-Id: I2d89edbb2574b4e677c9a0682bc829d9476b54db
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/sfxhelp.cxx2
-rw-r--r--sfx2/source/doc/docfile.cxx2
-rw-r--r--sfx2/source/toolbox/tbxitem.cxx2
3 files changed, 3 insertions, 3 deletions
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 ,