[Libreoffice-commits] core.git: vcl/source
Henry Castro
hcastro at collabora.com
Tue Dec 12 16:08:54 UTC 2017
vcl/source/app/salusereventlist.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit e650a23b203494cc005f689129e95801acb888a1
Author: Henry Castro <hcastro at collabora.com>
Date: Tue Dec 12 18:03:31 2017 +0200
Revert "lok: Assertion `m_aProcessingUserEvents.empty()' failed"
This reverts commit ad35cc9ed0faa6555bc09e5e065abb5cdc6c4ee6.
Change-Id: I8943deb0b78a14d10ed6e8d052b2ac8eb58bccae
Reviewed-on: https://gerrit.libreoffice.org/46321
Reviewed-by: Henry Castro <hcastro at collabora.com>
Tested-by: Henry Castro <hcastro at collabora.com>
diff --git a/vcl/source/app/salusereventlist.cxx b/vcl/source/app/salusereventlist.cxx
index 2dfc84cc230c..a3b77ecc2c19 100644
--- a/vcl/source/app/salusereventlist.cxx
+++ b/vcl/source/app/salusereventlist.cxx
@@ -53,6 +53,7 @@ bool SalUserEventList::DispatchUserEvents( bool bHandleAllCurrentEvents )
{
osl::MutexGuard aGuard( m_aUserEventsMutex );
+ assert( m_aProcessingUserEvents.empty() );
if( ! m_aUserEvents.empty() )
{
if( bHandleAllCurrentEvents )
More information about the Libreoffice-commits
mailing list