Tag: cws_src680_os63 User: os Date: 06/02/08 09:47:49 Modified: /dba/dbaccess/source/ui/misc/ dsntypes.cxx
Log: RESYNC: (1.27-1.28); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: dsntypes.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/dsntypes.cxx?r1=1.25.64.3&r2=1.25.64.4 Delta lines: +5 -0 ------------------- --- dsntypes.cxx 16 Nov 2005 10:40:35 -0000 1.25.64.3 +++ dsntypes.cxx 8 Feb 2006 17:47:46 -0000 1.25.64.4 @@ -387,6 +387,7 @@ case DST_OUTLOOKEXP: case DST_FLAT: case DST_EVOLUTION: + case DST_KAB: case DST_THUNDERBIRD: case DST_CALC: bSupportsTableCreation = FALSE; @@ -432,6 +433,7 @@ case DST_OUTLOOKEXP: case DST_JDBC: case DST_EVOLUTION: + case DST_KAB: bEnableBrowseButton = FALSE; break; default: @@ -472,6 +474,7 @@ case DST_MOZILLA: case DST_THUNDERBIRD: case DST_EVOLUTION: + case DST_KAB: case DST_OUTLOOK: case DST_OUTLOOKEXP: //???? case DST_DBASE: @@ -550,6 +553,8 @@ return DST_OUTLOOKEXP; if (_rDsn.EqualsIgnoreCaseAscii("evolution", nSeparator,_rDsn.Len() - nSeparator)) return DST_EVOLUTION; + if (_rDsn.EqualsIgnoreCaseAscii("kab", nSeparator,_rDsn.Len() - nSeparator)) + return DST_KAB; } // find third : --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
