User: rt Date: 2008-01-30 08:44:04+0000 Modified: dba/dbaccess/source/ui/dlg/TextConnectionHelper.cxx
Log: INTEGRATION: CWS dba24d (1.12.70); FILE MERGED 2007/11/28 11:03:40 oj 1.12.70.1: #i53608# accept extensions like *.abc as well File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: TextConnectionHelper.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/TextConnectionHelper.cxx?r1=1.12&r2=1.13 Delta lines: +2 -2 ------------------- --- TextConnectionHelper.cxx 2007-07-06 08:12:32+0000 1.12 +++ TextConnectionHelper.cxx 2008-01-30 08:44:02+0000 1.13 @@ -449,8 +449,8 @@ else { sExtension = m_aETOwnExtension.GetText(); - if ( !sExtension.Len() ) - sExtension = m_aFTExtensionExample.GetText(); + if ( sExtension.GetToken(0,'.').Equals('*') ) + sExtension.Erase(0,2); } return sExtension; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
