diff options
-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" ); } |