summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/VistaFilePicker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/VistaFilePicker.hxx')
-rw-r--r--fpicker/source/win32/VistaFilePicker.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/fpicker/source/win32/VistaFilePicker.hxx b/fpicker/source/win32/VistaFilePicker.hxx
index 026c0e859c09..db4235a1dc5f 100644
--- a/fpicker/source/win32/VistaFilePicker.hxx
+++ b/fpicker/source/win32/VistaFilePicker.hxx
@@ -19,7 +19,7 @@
#pragma once
-#include "asyncrequests.hxx"
+#include "requests.hxx"
#include "VistaFilePickerImpl.hxx"
#include "VistaFilePickerEventHandler.hxx"
@@ -211,13 +211,7 @@ public:
css::uno::Sequence< OUString > m_lLastFiles;
- /** execute the COM dialog within a STA thread
- * Must be used on the heap ... because it's implemented as OSL thread .-)
- */
- RequestHandlerRef m_rDialog;
- AsyncRequests m_aAsyncExecute;
-
- oslThreadIdentifier m_nFilePickerThreadId;
+ VistaFilePickerImpl m_rDialog;
bool m_bInitialized;
const bool m_bFolderPicker;