From f5ca04caca1b6888cdc6b00b8465a53e6d5cf38d Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sun, 3 Mar 2013 17:11:39 +0100 Subject: Related to fdo#60724: correct spelling Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716 --- unotools/inc/unotools/fontcvt.hxx | 2 +- unotools/inc/unotools/idhelper.hxx | 2 +- unotools/inc/unotools/sharedunocomponent.hxx | 2 +- unotools/source/config/configitem.cxx | 2 +- unotools/source/config/moduleoptions.cxx | 4 ++-- unotools/source/misc/sharedunocomponent.cxx | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'unotools') diff --git a/unotools/inc/unotools/fontcvt.hxx b/unotools/inc/unotools/fontcvt.hxx index f6bd1b6ce4ec..05564f974a79 100644 --- a/unotools/inc/unotools/fontcvt.hxx +++ b/unotools/inc/unotools/fontcvt.hxx @@ -64,7 +64,7 @@ public: //with bPerfect set the converter will only try and convert symbols which have //perfect mappings to the windows symbols fonts. With it not set, it will //allow somewhat more dubious transformations that are nevertheless -//recognizably similiar. Even in this mode there will be characters that fail. +//recognizably similar. Even in this mode there will be characters that fail. //The users of this might want to make a distinction between failed characters //which were inside and those outside the unicode private area. UNOTOOLS_DLLPUBLIC StarSymbolToMSMultiFont *CreateStarSymbolToMSMultiFont(bool bPerfectOnly=false); diff --git a/unotools/inc/unotools/idhelper.hxx b/unotools/inc/unotools/idhelper.hxx index d183ddcefb3e..b96c27e8ac0d 100644 --- a/unotools/inc/unotools/idhelper.hxx +++ b/unotools/inc/unotools/idhelper.hxx @@ -176,7 +176,7 @@ void classname::release() \ ::utl::MapType2Id* pMap = static_cast< ::utl::MapType2Id *>(s_pMap); \ \ ::cppu::OImplementationId& rId = (*pMap)[_rTypes]; \ - /* this will create an entry for the given type sequence, if neccessary */ \ + /* this will create an entry for the given type sequence, if necessary */ \ \ return rId.getImplementationId(); \ } \ diff --git a/unotools/inc/unotools/sharedunocomponent.hxx b/unotools/inc/unotools/sharedunocomponent.hxx index e4f9ae6980ab..2558dfc76bd3 100644 --- a/unotools/inc/unotools/sharedunocomponent.hxx +++ b/unotools/inc/unotools/sharedunocomponent.hxx @@ -192,7 +192,7 @@ namespace utl // SharedUNOComponent& operator=( const ::com::sun::star::uno::Reference< INTERFACE >& _rxComponent ); // this operator is not implemented by intention. There is no canonic ownership after this operatoer - // would hvae been applied: Should the SharedUNOComponent have the ownership of the component, + // would have been applied: Should the SharedUNOComponent have the ownership of the component, // or shouldn't it? Hard to guess, and probably wrong in 50 percent of all cases, anyway. So, // instead of tempting clients of this class to use such a dangerous operator, we do // not offer it at all. If you need to assign a Reference< INTERFACE > to your SharedUNOComponent, diff --git a/unotools/source/config/configitem.cxx b/unotools/source/config/configitem.cxx index 7cf70fd26555..4c91fd3acefc 100644 --- a/unotools/source/config/configitem.cxx +++ b/unotools/source/config/configitem.cxx @@ -1020,7 +1020,7 @@ sal_Bool ConfigItem::ReplaceSetProperties( { // #i37322#: fallback action: replace with xCont->replaceByName(pContainerSubNodes[nContSub], Any()); - // fallback successfull: continue looping + // fallback successful: continue looping continue; } catch (Exception &) diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx index 3b5680f3ecfb..9dbd2df8a12d 100644 --- a/unotools/source/config/moduleoptions.cxx +++ b/unotools/source/config/moduleoptions.cxx @@ -123,7 +123,7 @@ struct FactoryInfo //--------------------------------------------------------------------------------------------------------- // returns list of properties, which has changed only! // We use given value of sNodeBase to build full qualified paths ... - // Last sign of it must be "/". Beacuse we use it directly, without any additional things! + // Last sign of it must be "/". because we use it directly, without any additional things! css::uno::Sequence< css::beans::PropertyValue > getChangedProperties( const ::rtl::OUString& sNodeBase ) { // a) reserve memory for max. count of changed properties @@ -384,7 +384,7 @@ SvtModuleOptions_Impl::SvtModuleOptions_Impl() impl_Read( lFactories ); // Enable notification for changes by using configuration directly. - // So we can update our internal values immediatly. + // So we can update our internal values immediately. EnableNotification( lFactories ); } diff --git a/unotools/source/misc/sharedunocomponent.cxx b/unotools/source/misc/sharedunocomponent.cxx index 836fac0270ca..8b75bdc9e5cc 100644 --- a/unotools/source/misc/sharedunocomponent.cxx +++ b/unotools/source/misc/sharedunocomponent.cxx @@ -196,7 +196,7 @@ namespace utl // this should be unreachable: As long as we're a CloseListener, we veto the closing. If we're going // to close the component ourself, then we revoke ourself as listener *before* the close call. So, - // if this here fires, something went definately wrong. + // if this here fires, something went definitely wrong. OSL_FAIL( "CloseableComponentImpl::notifyClosing: unreachable!" ); } -- cgit