summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/DriverSettings.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-01-30 07:43:40 +0000
committerRüdiger Timm <rt@openoffice.org>2008-01-30 07:43:40 +0000
commit64f0f154c49008a8b2f1829a1946e2977b9e2606 (patch)
treecbb4fae899833eb7edb7d6fb5e9c51f8e7973905 /dbaccess/source/ui/dlg/DriverSettings.cxx
parente7239492a7de240cf7be8ecbba6cad4f900c9a2f (diff)
INTEGRATION: CWS dba24d (1.8.26); FILE MERGED
2007/12/01 13:40:40 fs 1.8.26.5: RESYNC: (1.9-1.13); FILE MERGED 2007/11/21 12:37:34 oj 1.8.26.4: #i68854# impl TypeSettingInfo for Oracle 2007/11/07 07:47:05 oj 1.8.26.3: merge conflicts 2007/11/06 10:59:21 oj 1.8.26.2: RESYNC: (1.8-1.9); FILE MERGED 2007/11/06 09:21:00 oj 1.8.26.1: #i11746# new property IgnoreCurrency
Diffstat (limited to 'dbaccess/source/ui/dlg/DriverSettings.cxx')
-rw-r--r--dbaccess/source/ui/dlg/DriverSettings.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/DriverSettings.cxx b/dbaccess/source/ui/dlg/DriverSettings.cxx
index 3e6130330e7f..9207ba117054 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.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: ihi $ $Date: 2007-11-27 12:29:20 $
+ * last change: $Author: rt $ $Date: 2008-01-30 08:43:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -59,7 +59,6 @@ void ODriversSettings::getSupportedIndirectSettings( DATASOURCE_TYPE _eType, ::s
DSID_CATALOG,
DSID_SCHEMA,
DSID_INDEXAPPENDIX,
- DSID_DOSLINEENDS,
DSID_CHECK_REQUIRED_FIELDS,
DSID_AUTORETRIEVEENABLED,
DSID_AUTOINCREMENTVALUE,
@@ -126,6 +125,7 @@ void ODriversSettings::getSupportedIndirectSettings( DATASOURCE_TYPE _eType, ::s
case DST_JDBC:
_out_rDetailsIds.push_back(DSID_JDBCDRIVERCLASS);
break;
+
case DST_ORACLE_JDBC:
_out_rDetailsIds.push_back(DSID_JDBCDRIVERCLASS);
_out_rDetailsIds.push_back(DSID_IGNORECURRENCY);