From 23882fb6d30f52389d8563e5faea5b760b0f5ebd Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 3 Jul 2007 12:57:47 +0000 Subject: 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 --- fpicker/source/win32/filepicker/WinFileOpenImpl.hxx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'fpicker/source') 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 #include #include @@ -261,6 +265,7 @@ private: CFilePickerState* m_FilePickerState; CExecuteFilePickerState* m_ExecuteFilePickerState; CNonExecuteFilePickerState* m_NonExecuteFilePickerState; + CResourceProvider m_ResProvider; }; -- cgit