Modified: openoffice/trunk/main/linguistic/source/lngsvcmgr.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/linguistic/source/lngsvcmgr.cxx?rev=1591060&r1=1591059&r2=1591060&view=diff ============================================================================== --- openoffice/trunk/main/linguistic/source/lngsvcmgr.cxx (original) +++ openoffice/trunk/main/linguistic/source/lngsvcmgr.cxx Tue Apr 29 19:11:53 2014 @@ -357,7 +357,7 @@ LngSvcMgrListenerHelper::LngSvcMgrListen //! 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;
Modified: openoffice/trunk/main/linguistic/workben/sspellimp.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/linguistic/workben/sspellimp.cxx?rev=1591060&r1=1591059&r2=1591060&view=diff ============================================================================== --- openoffice/trunk/main/linguistic/workben/sspellimp.cxx (original) +++ openoffice/trunk/main/linguistic/workben/sspellimp.cxx Tue Apr 29 19:11:53 2014 @@ -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 );
