summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/DriverSettings.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-21 15:59:23 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-21 15:59:23 +0000
commit0c95b0d53091e81406fb725018c01f1deef23a78 (patch)
tree7fe2ade7279339492045f6271cbfe3ca675a063e /dbaccess/source/ui/dlg/DriverSettings.cxx
parentea038dfb3310610786081b6bc1a975d2d07546a6 (diff)
INTEGRATION: CWS dba24c (1.8.2); FILE MERGED
2007/11/12 22:20:17 fs 1.8.2.2: #i83567# getSupportedIndirectSettings: add DSID_BOOLEANCOMPARISON 2007/10/29 22:44:07 fs 1.8.2.1: merging changes from CWS dba24b herein, to not wait for later resync
Diffstat (limited to 'dbaccess/source/ui/dlg/DriverSettings.cxx')
-rw-r--r--dbaccess/source/ui/dlg/DriverSettings.cxx17
1 files changed, 3 insertions, 14 deletions
diff --git a/dbaccess/source/ui/dlg/DriverSettings.cxx b/dbaccess/source/ui/dlg/DriverSettings.cxx
index 1fd8c50a812e..992a9995fc7d 100644
--- a/dbaccess/source/ui/dlg/DriverSettings.cxx
+++ b/dbaccess/source/ui/dlg/DriverSettings.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: DriverSettings.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: hr $ $Date: 2007-11-01 15:06:40 $
+ * last change: $Author: ihi $ $Date: 2007-11-21 16:59:23 $
*
* 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 @@ void ODriversSettings::getSupportedIndirectSettings( DATASOURCE_TYPE _eType, ::s
DSID_AUTORETRIEVEENABLED,
DSID_AUTOINCREMENTVALUE,
DSID_AUTORETRIEVEVALUE,
+ DSID_BOOLEANCOMPARISON,
0
};
for ( const USHORT* pGenericKnowSetting = nGenericKnownSettings; *pGenericKnowSetting; ++pGenericKnowSetting )
@@ -125,23 +126,11 @@ void ODriversSettings::getSupportedIndirectSettings( DATASOURCE_TYPE _eType, ::s
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;
case DST_JDBC: