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
This commit is contained in:
Vladimir Glazounov 2007-03-26 12:19:00 +00:00
parent ed757a48ac
commit c4be97e614

View file

@ -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;