lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit daa6fe9f040314bf05f914a45e10a8d7b9613d3b
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Oct 23 13:13:49 2017 +0100

    hardly need a mutex to return a local string
    
    Change-Id: Ic147ad6af32de022802d1d14858197bf61c29a28

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" );
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to