Tag: cws_src680_dba24c User: fs Date: 2007-11-12 22:20:20+0000 Modified: dba/dbaccess/source/ui/dlg/DriverSettings.cxx
Log: #i83567# getSupportedIndirectSettings: add DSID_BOOLEANCOMPARISON File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: DriverSettings.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/DriverSettings.cxx?r1=1.8.2.1&r2=1.8.2.2 Delta lines: +3 -13 -------------------- --- DriverSettings.cxx 2007-10-29 22:44:07+0000 1.8.2.1 +++ DriverSettings.cxx 2007-11-12 22:20:17+0000 1.8.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: DriverSettings.cxx,v $ * - * $Revision: 1.8.2.1 $ + * $Revision: 1.8.2.2 $ * - * last change: $Author: fs $ $Date: 2007/10/29 22:44:07 $ + * last change: $Author: fs $ $Date: 2007/11/12 22:20:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -64,6 +64,7 @@ DSID_AUTORETRIEVEENABLED, DSID_AUTOINCREMENTVALUE, DSID_AUTORETRIEVEVALUE, + DSID_BOOLEANCOMPARISON, 0 }; for ( const USHORT* pGenericKnowSetting = nGenericKnownSettings; *pGenericKnowSetting; ++pGenericKnowSetting ) @@ -125,21 +126,10 @@ case DST_MOZILLA: case DST_THUNDERBIRD: - _out_rDetailsIds.push_back(DSID_DOSLINEENDS); - break; case DST_EVOLUTION: - _out_rDetailsIds.push_back(DSID_DOSLINEENDS); - break; case DST_KAB: - _out_rDetailsIds.push_back(DSID_DOSLINEENDS); - break; case DST_MACAB: - _out_rDetailsIds.push_back(DSID_DOSLINEENDS); - break; case DST_OUTLOOK: - _out_rDetailsIds.push_back(DSID_DOSLINEENDS); - break; - case DST_OUTLOOKEXP: _out_rDetailsIds.push_back(DSID_DOSLINEENDS); break; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
