Fix typo
Change-Id: I2f9f532890bedf4aa3d86bf2aa4b6961846a915a Reviewed-on: https://gerrit.libreoffice.org/57886 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
This commit is contained in:
parent
a3ecd60aa0
commit
cf1bb9d4cb
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ std::shared_ptr<SalBitmap> Qt5Instance::CreateSalBitmap()
|
|||
|
||||
bool Qt5Instance::ImplYield(bool bWait, bool bHandleAllCurrentEvents)
|
||||
{
|
||||
// Re-aquire the guard for user events when called via Q_EMIT ImplYieldSignal
|
||||
// Re-acquire the guard for user events when called via Q_EMIT ImplYieldSignal
|
||||
SolarMutexGuard aGuard;
|
||||
bool wasEvent = DispatchUserEvents(bHandleAllCurrentEvents);
|
||||
if (!bHandleAllCurrentEvents && wasEvent)
|
||||
|
|
Loading…
Reference in a new issue