diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-10-23 13:13:49 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-10-23 13:14:16 +0100 |
commit | daa6fe9f040314bf05f914a45e10a8d7b9613d3b (patch) | |
tree | baa589035ad42fe529b1c0d409df297d4711a6b3 /lingucomponent | |
parent | 8ba9dfe27382626e97fb4ab705b7ad056725a800 (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.cxx | 1 |
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" ); } |