[libreoffice/f17] IMPL_LINK_NOARG unavaialble

Caolán McNamara caolanm at fedoraproject.org
Mon Jul 16 11:11:18 UTC 2012


commit c7ee4fbeb64d01f10c78b749ed619743ca26b8b7
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Jul 16 12:10:46 2012 +0100

    IMPL_LINK_NOARG unavaialble

 ...bz-836937-insanely-slow-with-Zemberek-ins.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/0001-Resolves-rhbz-836937-insanely-slow-with-Zemberek-ins.patch b/0001-Resolves-rhbz-836937-insanely-slow-with-Zemberek-ins.patch
index 2da4456..d140e15 100644
--- a/0001-Resolves-rhbz-836937-insanely-slow-with-Zemberek-ins.patch
+++ b/0001-Resolves-rhbz-836937-insanely-slow-with-Zemberek-ins.patch
@@ -559,7 +559,7 @@ diff -ru libreoffice-3.5.5.3.orig/linguistic/source/lngsvcmgr.cxx libreoffice-3.
 +//needs to be run in the main thread because
 +//utl::ConfigChangeListener_Impl::changesOccurred grabs the SolarMutex and we
 +//get notified that an extension was added from an extension manager thread
-+IMPL_LINK_NOARG(LngSvcMgr, updateAndBroadcast)
++IMPL_LINK(LngSvcMgr, updateAndBroadcast, void*, EMPTYARG)
 +{
 +    osl::MutexGuard aGuard( GetLinguMutex() );
 +


More information about the scm-commits mailing list