summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorTino Rachui <tra@openoffice.org>2002-11-26 08:30:53 +0000
committerTino Rachui <tra@openoffice.org>2002-11-26 08:30:53 +0000
commit0b4253f77d5e242b87a04f39eb0ffe80adc6e714 (patch)
tree940db0f00e268d7ad74c89415d965a80d6c17e11 /fpicker
parentb47ae754c94a6cea4aa61da4072db97ac9fdfd7c (diff)
#105339#resume event notification thread at the end of onInitDone in order to avoid deadlocks
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/filepicker/WinFileOpenImpl.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx b/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx
index a417a884617c..27c1a3699c43 100644
--- a/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx
+++ b/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: WinFileOpenImpl.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: tra $ $Date: 2002-09-24 13:36:52 $
+ * last change: $Author: tra $ $Date: 2002-11-26 09:30:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -799,6 +799,10 @@ void SAL_CALL CWinFileOpenImpl::onInitDone()
m_CustomControls->SetFont(
reinterpret_cast<HFONT>(SendMessageA(m_hwndFileOpenDlg, WM_GETFONT, 0, 0)));
+ // resume event notification that was
+ // defered in onInitDialog
+ m_FilePicker->resumeEventNotification();
+
// call the parent function to center the
// dialog to it's parent
CFileOpenDialog::onInitDone();