summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2017-12-12 18:03:31 +0200
committerHenry Castro <hcastro@collabora.com>2017-12-12 17:06:16 +0100
commite650a23b203494cc005f689129e95801acb888a1 (patch)
treeae7c1ac93e2155d534096c7832dff472b27ec683 /vcl
parent330b1b5bcec06e3a8d35413ff921fa219bc0a8dc (diff)
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@collabora.com> Tested-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/salusereventlist.cxx1
1 files changed, 1 insertions, 0 deletions
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 )