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.hxx15
1 files changed, 3 insertions, 12 deletions
diff --git a/fpicker/source/win32/VistaFilePicker.hxx b/fpicker/source/win32/VistaFilePicker.hxx
index 53879c0c8742..db4235a1dc5f 100644
--- a/fpicker/source/win32/VistaFilePicker.hxx
+++ b/fpicker/source/win32/VistaFilePicker.hxx
@@ -17,10 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FPICKER_SOURCE_WIN32_FILEPICKER_VISTAFILEPICKER_HXX
-#define INCLUDED_FPICKER_SOURCE_WIN32_FILEPICKER_VISTAFILEPICKER_HXX
+#pragma once
-#include "asyncrequests.hxx"
+#include "requests.hxx"
#include "VistaFilePickerImpl.hxx"
#include "VistaFilePickerEventHandler.hxx"
@@ -212,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;
@@ -228,6 +221,4 @@ public:
} // namespace win32
} // namespace fpicker
-#endif // INCLUDED_FPICKER_SOURCE_WIN32_FILEPICKER_VISTAFILEPICKER_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */