Tag: cws_src680_dba24 User: oj Date: 05/02/04 05:11:31 Modified: /dba/dbaccess/source/ui/dlg/ ConnectionHelper.cxx
Log: #i41996# allow to reject the creation of a new folder 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.4.4.1&r2=1.4.4.2 Delta lines: +1 -3 ------------------- --- ConnectionHelper.cxx 4 Feb 2005 12:51:37 -0000 1.4.4.1 +++ ConnectionHelper.cxx 4 Feb 2005 13:11:29 -0000 1.4.4.2 @@ -637,7 +637,7 @@ break; case RET_NO: - SetRoadmapStateValue(sal_False); + // SetRoadmapStateValue(sal_False); callModifiedHdl(); return RET_OK; @@ -789,13 +789,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 } - */ break; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
