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 | 23882fb6d30f52389d8563e5faea5b760b0f5ebd (patch) | |
tree | 549dd628bda7e544d85bea8f608da1c6e061b482 /fpicker/source/win32/filepicker | |
parent | 2bff6ada7e1ef456e8b6eb3da79768cd39ab4235 (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')
-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 a9370e41eb7a..2b1f0e1b95b7 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; }; |