summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 16:00:11 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 16:00:11 +0000
commit4575d51436872e56eb71afb6eaf4541eb722b683 (patch)
treebb6bc9020e0e703617c457ec1676c52dc8ea67a1 /dbaccess
parent9686083c75ecc617b601bc568b63590240398515 (diff)
INTEGRATION: CWS dba30a (1.27.46); FILE MERGED
2008/02/14 08:37:48 oj 1.27.46.1: #i86088# add url handling for sdbc:mysqlc:
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/dlg/detailpages.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/detailpages.hxx b/dbaccess/source/ui/dlg/detailpages.hxx
index 5b4874070f35..c65a8e4a963d 100644
--- a/dbaccess/source/ui/dlg/detailpages.hxx
+++ b/dbaccess/source/ui/dlg/detailpages.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: detailpages.hxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: hr $ $Date: 2007-11-01 15:12:47 $
+ * last change: $Author: kz $ $Date: 2008-03-05 17:00:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -249,6 +249,7 @@ namespace dbaui
String m_sDefaultJdbcDriverName;
USHORT m_nPortId;
+ bool m_bUseClass;
};
//========================================================================