Tag: cws_src680_dba25 User: fs Date: 05/03/14 05:31:25 Modified: /dba/dbaccess/source/ui/dlg/ ConnectionHelper.cxx
Log: RESYNC: (1.5-1.6); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: ConnectionHelper.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/ConnectionHelper.cxx?r1=1.5.2.1&r2=1.5.2.2 Delta lines: +10 -11 --------------------- --- ConnectionHelper.cxx 4 Mar 2005 07:16:28 -0000 1.5.2.1 +++ ConnectionHelper.cxx 14 Mar 2005 13:31:23 -0000 1.5.2.2 @@ -247,9 +247,8 @@ BOOL bEnableBrowseButton = m_pCollection->supportsBrowsing(m_eType); m_aFT_Connection.Show(); m_aET_Connection.Show(); - m_aET_Connection.ShowPrefix(FALSE); + m_aET_Connection.ShowPrefix(DST_JDBC == m_eType ); m_aPB_Connection.Show(sal_True); - m_aET_Connection.ShowPrefix(FALSE); OLocalResourceAccess aLocRes( PAGE_CONNECTION, RSC_TABPAGE ); @@ -686,7 +685,7 @@ break; case RET_NO: - SetRoadmapStateValue(sal_False); + // SetRoadmapStateValue(sal_False); callModifiedHdl(); return RET_OK; @@ -838,11 +837,11 @@ break; case EVENT_LOSEFOCUS: - //if (m_aET_Connection.IsWindowOrChild(_rNEvt.GetWindow()) && m_bUserGrabFocus) - //{ // a descendant of the URL edit field lost the focus - // if (!commitURL()) - // return 1L; // handled - //} + if (m_aET_Connection.IsWindowOrChild(_rNEvt.GetWindow()) && m_bUserGrabFocus) + { // a descendant of the URL edit field lost the focus + if (!commitURL()) + return 1L; // handled + } break; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
