summaryrefslogtreecommitdiff
path: root/linguistic/source/lngsvcmgr.cxx
diff options
context:
space:
mode:
authorArmin Le Grand <alg@apache.org>2014-07-14 19:09:11 +0000
committerArmin Le Grand <alg@apache.org>2014-07-14 19:09:11 +0000
commit3c1d4742e649fe9c8aed8c2817fe3e1f3364f298 (patch)
treee0c6e02c89aa9227726c9469da1001b3e29c41df /linguistic/source/lngsvcmgr.cxx
parentc5c31e2aeaedbdf76e1f38d3c385e34f5ed875ca (diff)
Resync to trunk, windows non-pro buildaoo/aw080
Diffstat (limited to 'linguistic/source/lngsvcmgr.cxx')
-rw-r--r--linguistic/source/lngsvcmgr.cxx4
1 files changed, 2 insertions, 2 deletions
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;