diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-07-03 12:57:47 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-07-03 12:57:47 +0000 |
commit | 9d0d77112de41224e27ea0303f9c78b1cedb9bf8 (patch) | |
tree | f839fe80164283590e53afa39c914332ab5f5636 /fpicker/source/win32/filepicker/WinFileOpenImpl.hxx | |
parent | a1b4dddef65dd76f5a71637c33515b03325bd59b (diff) |
INTEGRATION: CWS vcl79 (1.14.68); FILE MERGED
2007/06/19 07:57:02 pl 1.14.68.1: #i77748# do not lock the solarmutex during message dispatch, this can deadlock the process
Diffstat (limited to 'fpicker/source/win32/filepicker/WinFileOpenImpl.hxx')
-rw-r--r-- | fpicker/source/win32/filepicker/WinFileOpenImpl.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx b/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx index 275bad8e08..d3caa50877 100644 --- a/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx +++ b/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx @@ -4,9 +4,9 @@ * * $RCSfile: WinFileOpenImpl.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: obo $ $Date: 2006-10-12 10:49:31 $ + * last change: $Author: rt $ $Date: 2007-07-03 13:57:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -77,6 +77,10 @@ #include "customcontrolfactory.hxx" #endif +#ifndef _RESOURCEPROVIDER_HXX_ +#include "..\misc\resourceprovider.hxx" +#endif + #include <utility> #include <memory> #include <vector> @@ -261,6 +265,7 @@ private: CFilePickerState* m_FilePickerState; CExecuteFilePickerState* m_ExecuteFilePickerState; CNonExecuteFilePickerState* m_NonExecuteFilePickerState; + CResourceProvider m_ResProvider; }; |