summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-06-30 14:11:35 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-06-30 14:11:35 +0000
commit9df11e236c479af6fdd1835c5ccf63def9b326ca (patch)
treebc7f3af3f0b35c9bebab4abc43a51da82d5589d1 /dbaccess
parent0e8e5f6ea613fa39c788fd421e7a9383e0bb85fc (diff)
INTEGRATION: CWS dba30e (1.16.46); FILE MERGED
2008/06/19 07:44:14 oj 1.16.46.1: merge mysql changes in
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/dlg/DriverSettings.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/DriverSettings.cxx b/dbaccess/source/ui/dlg/DriverSettings.cxx
index 1e1b1741f708..24e3342c4e5e 100644
--- a/dbaccess/source/ui/dlg/DriverSettings.cxx
+++ b/dbaccess/source/ui/dlg/DriverSettings.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: DriverSettings.cxx,v $
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
* This file is part of OpenOffice.org.
*
@@ -104,6 +104,7 @@ void ODriversSettings::getSupportedIndirectSettings( DATASOURCE_TYPE _eType, ::s
case DST_MYSQL_NATIVE:
_out_rDetailsIds.push_back(DSID_CHARSET);
+ _out_rDetailsIds.push_back(DSID_CONN_SOCKET);
break;
case DST_MYSQL_JDBC:
_out_rDetailsIds.push_back(DSID_CHARSET);