diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2019-02-04 23:12:42 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2019-02-05 10:09:16 +0100 |
commit | 11a2809e369b2a6fcbb2d7f0db131a945557c6e2 (patch) | |
tree | a98f11ef8986e2ddb37e790f5e72df4615e37d49 /ios | |
parent | e436a61a89efb28d5a087b695bb51c71bdd9f62c (diff) |
tdf#122435: reimplement fix for tdf#109085
This reverts commit 3d8c159841bcab7365b2bed3df71ed3c15188312, and
instead, checks if the MtaOleReq window is not destroyed yet, in
addition to the wait for the condition. This allows to avoid wait
forever for condition which never gets signalled, and process the
sent messages when waiting.
The window's WM_DESTROY handler sets the event signalling that.
The Win32Condition's wait() is changed to take the abort event,
and return true if its own event fired, and false if abort event
fired.
Change-Id: I1861dd3dabb39329976a3ccf2a5392c9ddbf9613
Reviewed-on: https://gerrit.libreoffice.org/67383
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'ios')
0 files changed, 0 insertions, 0 deletions