User: hr Date: 2008-04-22 15:20:04+0000 Modified: dba/dbaccess/source/ui/control/curledit.cxx
Log: INTEGRATION: CWS hr50 (1.12.194); FILE MERGED 2008/04/11 12:26:38 hr 1.12.194.1: #i86574#: fix warning (gcc-4.2.3) File Changes: Directory: /dba/dbaccess/source/ui/control/ =========================================== File [changed]: curledit.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/control/curledit.cxx?r1=1.13&r2=1.14 Delta lines: +2 -1 ------------------- --- curledit.cxx 2008-04-10 14:17:29+0000 1.13 +++ curledit.cxx 2008-04-22 15:20:01+0000 1.14 @@ -115,9 +115,10 @@ // and the prefix belonging to this type if (DST_UNKNOWN != eType) sPrefix = m_aTypeCollection.getDatasourcePrefix(eType); - else + else { DBG_ERROR("OConnectionURLEdit::SetText : the new text is no valid connection URL!"); } + } // the fixed text gets the prefix if ( m_pForcedPrefix ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
