summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-10-23 13:13:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-10-23 13:14:16 +0100
commitdaa6fe9f040314bf05f914a45e10a8d7b9613d3b (patch)
treebaa589035ad42fe529b1c0d409df297d4711a6b3 /lingucomponent
parent8ba9dfe27382626e97fb4ab705b7ad056725a800 (diff)
hardly need a mutex to return a local string
Change-Id: Ic147ad6af32de022802d1d14858197bf61c29a28
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
index aa7e23ed160d..d278878b283f 100644
--- a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
+++ b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
@@ -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" );
}