From c7ee4fbeb64d01f10c78b749ed619743ca26b8b7 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Jul 16 2012 11:10:46 +0000 Subject: IMPL_LINK_NOARG unavaialble --- 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() ); +