Kaydet (Commit) e650a23b authored tarafından Henry Castro's avatar Henry Castro

Revert "lok: Assertion `m_aProcessingUserEvents.empty()' failed"

This reverts commit ad35cc9e.

Change-Id: I8943deb0b78a14d10ed6e8d052b2ac8eb58bccae
Reviewed-on: https://gerrit.libreoffice.org/46321Reviewed-by: 's avatarHenry Castro <hcastro@collabora.com>
Tested-by: 's avatarHenry Castro <hcastro@collabora.com>
üst 330b1b5b
......@@ -53,6 +53,7 @@ bool SalUserEventList::DispatchUserEvents( bool bHandleAllCurrentEvents )
{
osl::MutexGuard aGuard( m_aUserEventsMutex );
assert( m_aProcessingUserEvents.empty() );
if( ! m_aUserEvents.empty() )
{
if( bHandleAllCurrentEvents )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment