summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-25 17:05:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-25 17:05:07 +0000
commit27973e334a0fdbc8712bdcb1c693b26717923a1e (patch)
tree919c5ea9bec9bba050b3a4e661fe25d47e07556d /fpicker/source/win32/filepicker/WinFileOpenImpl.hxx
parent6d2505eb901c07159107c97ec66830bbec840121 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'fpicker/source/win32/filepicker/WinFileOpenImpl.hxx')
-rw-r--r--fpicker/source/win32/filepicker/WinFileOpenImpl.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx b/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx
index ce186eadfb9e..beb7f6d6bf17 100644
--- a/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx
+++ b/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: WinFileOpenImpl.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: tra $ $Date: 2002-03-28 08:57:33 $
+ * last change: $Author: hr $ $Date: 2003-03-25 18:04:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -263,12 +263,12 @@ private:
void SAL_CALL InitCustomControlContainer(HWND hCustomControl);
// save the control state
- void SAL_CALL CacheControlState( HWND hWnd );
+ void SAL_CALL CacheControlState(HWND hWnd);
- void SAL_CALL SetDefaultExtension( );
- void SAL_CALL InitialSetDefaultName( );
+ void SAL_CALL SetDefaultExtension();
+ void SAL_CALL InitialSetDefaultName();
- static unsigned int CALLBACK SubClassFunc( HWND hWnd, WORD wMessage, WPARAM wParam, LPARAM lParam );
+ static LRESULT CALLBACK SubClassFunc(HWND hWnd, UINT wMessage, WPARAM wParam, LPARAM lParam);
static BOOL CALLBACK EnumChildWndProc( HWND hWnd, LPARAM lParam );
@@ -278,7 +278,7 @@ private:
std::auto_ptr<CCustomControlFactory> m_CustomControlFactory;
std::auto_ptr<CCustomControl> m_CustomControls;
CFilePicker* m_FilePicker;
- DLGPROC m_pfnOldDlgProc;
+ WNDPROC m_pfnOldDlgProc;
rtl::OUString m_defaultName;
sal_Bool m_bInitialSelChanged;
CHelpPopupWindow m_HelpPopupWindow;