Tag: cws_src680_dba24d User: fs Date: 2007-11-08 14:23:40+0000 Modified: dba/dbaccess/source/ui/misc/dsntypes.cxx
Log: no bug id - prevent some assertion about unrecognized URI scheme 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.36&r2=1.36.2.1 Delta lines: +6 -4 ------------------- --- dsntypes.cxx 2007-11-01 15:25:16+0000 1.36 +++ dsntypes.cxx 2007-11-08 14:23:38+0000 1.36.2.1 @@ -4,9 +4,9 @@ * * $RCSfile: dsntypes.cxx,v $ * - * $Revision: 1.36 $ + * $Revision: 1.36.2.1 $ * - * last change: $Author: hr $ $Date: 2007/11/01 15:25:16 $ + * last change: $Author: fs $ $Date: 2007/11/08 14:23:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -475,6 +475,8 @@ return DST_EVOLUTION; if (_rDsn.EqualsIgnoreCaseAscii("kab", nSeparator,_rDsn.Len() - nSeparator)) return DST_KAB; + if (_rDsn.EqualsIgnoreCaseAscii("macab", nSeparator,_rDsn.Len() - nSeparator)) + return DST_MACAB; } // find third : --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
