diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:19:00 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:19:00 +0000 |
commit | c4be97e6144a9e5b0e8ba33b2f7c9e82d3299d64 (patch) | |
tree | ca0a78ea946f296e0e9547c5ef4a70af3d6a121d /fpicker | |
parent | ed757a48ac8a6eec57b725d5b87091fe160a2496 (diff) |
INTEGRATION: CWS mingwport03 (1.23.106); FILE MERGED
2006/11/07 17:59:22 vg 1.23.106.2: RESYNC: (1.23-1.25); FILE MERGED
2006/09/07 09:07:19 vg 1.23.106.1: #i53572# MinGW port
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/filepicker/WinFileOpenImpl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx b/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx index 33fa0056d01e..b1655b0d8b2a 100644 --- a/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx +++ b/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: WinFileOpenImpl.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: obo $ $Date: 2006-10-12 10:49:17 $ + * last change: $Author: vg $ $Date: 2007-03-26 13:19:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1055,7 +1055,7 @@ void SAL_CALL CWinFileOpenImpl::InitialSetDefaultName() edt1Id = cmb13; HWND hwndEdt1 = GetDlgItem(m_hwndFileOpenDlg, edt1Id); - SetWindowText(hwndEdt1, m_defaultName.getStr()); + SetWindowText(hwndEdt1, reinterpret_cast<LPCTSTR>(m_defaultName.getStr())); } m_bInitialSelChanged = sal_False; |