diff options
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/filepicker/asynceventnotifier.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/fpicker/source/win32/filepicker/asynceventnotifier.hxx b/fpicker/source/win32/filepicker/asynceventnotifier.hxx index 45cf6920e097..c394398baa84 100644 --- a/fpicker/source/win32/filepicker/asynceventnotifier.hxx +++ b/fpicker/source/win32/filepicker/asynceventnotifier.hxx @@ -46,10 +46,8 @@ public: bool SAL_CALL startup(bool bCreateSuspended = true); void SAL_CALL shutdown(); - // notifications may be added the - // the event queue but will only - // be notified to the clients after - // resume was called + // notifications may be added the event queue but will only + // be notified to the clients after resume was called void suspend(); // resume notifying events |