https://bugs.documentfoundation.org/show_bug.cgi?id=66813

--- Comment #10 from Caolán McNamara <[email protected]> ---
FWIW the WaitObject is there since

commit 85afff9c65f3b312c1d39f15b89536b9d33beba0
Author: Jens-Heiner Rechtien <[email protected]>
Date:   Mon Aug 2 14:28:39 2004 +0000
    INTEGRATION: CWS insight01 (1.1.2); FILE ADDED

which is somewhat unhelpful. Typically a WaitObject is used when some slow task
is underway to indicate its "doing something". The use in
OApplicationController::refreshTables follows that pattern and that one makes
sense. Doing the "busy" while a dialog is open indeed unusual. Maybe its a cut
and paste from the other function, or maybe the "busy" period should only exist
until the "execute" of the dialog, though the dialog setup surely isn't so
special vs all other dialogs that it needs a "busy" pre-execute period.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to