From 11a1ff6144521aeabb0c6db25c89a2ac31bedee0 Mon Sep 17 00:00:00 2001 From: Pedro Giffuni Date: Tue, 29 Apr 2014 19:11:53 +0000 Subject: Many spelling fixes: directories h* - p*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before. --- linguistic/inc/linguistic/misc.hxx | 2 +- linguistic/qa/complex/linguistic/HangulHanjaConversion.java | 2 +- linguistic/source/convdicxml.cxx | 2 +- linguistic/source/lngsvcmgr.cxx | 4 ++-- linguistic/workben/sspellimp.cxx | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'linguistic') diff --git a/linguistic/inc/linguistic/misc.hxx b/linguistic/inc/linguistic/misc.hxx index 105a0573f707..4abd62364318 100644 --- a/linguistic/inc/linguistic/misc.hxx +++ b/linguistic/inc/linguistic/misc.hxx @@ -161,7 +161,7 @@ String GetModulePath( SvtPathOptions::Pathes ePath, sal_Bool bAddAccessDelim = String GetWritableDictionaryURL( const String &rDicName ); // looks for the specified file in the list of paths. -// In case of multiple occurences only the first found is returned. +// In case of multiple occurrences only the first found is returned. String SearchFileInPaths( const String &rFile, const ::com::sun::star::uno::Sequence< ::rtl::OUString > &rPaths ); diff --git a/linguistic/qa/complex/linguistic/HangulHanjaConversion.java b/linguistic/qa/complex/linguistic/HangulHanjaConversion.java index 69b7a4d79a55..6a1cd690e97b 100644 --- a/linguistic/qa/complex/linguistic/HangulHanjaConversion.java +++ b/linguistic/qa/complex/linguistic/HangulHanjaConversion.java @@ -84,7 +84,7 @@ public class HangulHanjaConversion { boolean bList = checkXConversionDictionaryList( ConversionDictionaryList); - assertTrue("XConversionDictionaryList doesnt work as expected", bList); + assertTrue("XConversionDictionaryList doesn't work as expected", bList); } private boolean checkXConversionDictionaryList(Object list) { diff --git a/linguistic/source/convdicxml.cxx b/linguistic/source/convdicxml.cxx index 05e5e9e51b7e..536c98daf142 100644 --- a/linguistic/source/convdicxml.cxx +++ b/linguistic/source/convdicxml.cxx @@ -373,7 +373,7 @@ sal_uInt32 ConvDicXMLExport::exportDoc( enum ::xmloff::token::XMLTokenEnum /*eCl void ConvDicXMLExport::_ExportContent() { - // aquire sorted list of all keys + // acquire sorted list of all keys ConvMapKeySet aKeySet; ConvMap::iterator aIt; for (aIt = rDic.aFromLeft.begin(); aIt != rDic.aFromLeft.end(); ++aIt) diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx index aa37391727be..828f81128a06 100644 --- a/linguistic/source/lngsvcmgr.cxx +++ b/linguistic/source/lngsvcmgr.cxx @@ -357,7 +357,7 @@ LngSvcMgrListenerHelper::LngSvcMgrListenerHelper( //! number of events forwarded. //! (This may happen already if a property was changed that has several //! listeners, and each of them is launching an event of it's own!) - //! Thus this behaviour is necessary to avoid unecessary actions of + //! Thus this behaviour is necessary to avoid unnecessary actions of //! this objects listeners! // aLaunchTimer.SetTimeout( 2000 ); // aLaunchTimer.SetTimeoutHdl( LINK( this, LngSvcMgrListenerHelper, TimeOut ) ); @@ -1414,7 +1414,7 @@ uno::Sequence< OUString > SAL_CALL } else if (0 == rServiceName.compareToAscii( SN_GRAMMARCHECKER )) { - // don't clear cache as it makes start with some extentions so slow it looks + // don't clear cache as it makes start with some extensions so slow it looks // like a freeze (a restart is needed anyway after grammar checker installation), // see https://issues.apache.org/ooo/show_bug.cgi?id=116409 //clearSvcInfoArray(pAvailGrammarSvcs); pAvailGrammarSvcs = 0; diff --git a/linguistic/workben/sspellimp.cxx b/linguistic/workben/sspellimp.cxx index 9a1696d479a3..8131d667eed4 100644 --- a/linguistic/workben/sspellimp.cxx +++ b/linguistic/workben/sspellimp.cxx @@ -188,7 +188,7 @@ sal_Bool SAL_CALL // These are be the default values set in the SN_LINGU_PROPERTIES // PropertySet which are overridden by the supplied ones from the // last argument. - // You'll probably like to use a simplier solution than the provided + // You'll probably like to use a simpler solution than the provided // one using the PropertyHelper_Spell. PropertyHelper_Spell &rHelper = GetPropHelper(); rHelper.SetTmpPropVals( rProperties ); -- cgit