Kaydet (Commit) daa6fe9f authored tarafından Caolán McNamara's avatar Caolán McNamara

hardly need a mutex to return a local string

Change-Id: Ic147ad6af32de022802d1d14858197bf61c29a28
üst 8ba9dfe2
......@@ -747,7 +747,6 @@ sal_Bool SAL_CALL Hyphenator::removeLinguServiceEventListener(
OUString SAL_CALL Hyphenator::getServiceDisplayName( const Locale& /*rLocale*/ )
{
MutexGuard aGuard( GetLinguMutex() );
return OUString( "Libhyphen Hyphenator" );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment