summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/jdbc/JDriver.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-02-07 07:19:46 +0000
committerFrank Schönheit <fs@openoffice.org>2001-02-07 07:19:46 +0000
commit347615fca91b6cf72f4a2daf22926d324579683c (patch)
tree04ef38d670a829c97e46845062533da403037725 /connectivity/source/drivers/jdbc/JDriver.cxx
parent98cacf65a8ad75c271fe113bdbf26353dd7e6cb8 (diff)
renamed JDBCDRV to JavaDriverClass
Diffstat (limited to 'connectivity/source/drivers/jdbc/JDriver.cxx')
-rw-r--r--connectivity/source/drivers/jdbc/JDriver.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/jdbc/JDriver.cxx b/connectivity/source/drivers/jdbc/JDriver.cxx
index 9996359aef..2e94646c31 100644
--- a/connectivity/source/drivers/jdbc/JDriver.cxx
+++ b/connectivity/source/drivers/jdbc/JDriver.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: JDriver.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: oj $ $Date: 2000-12-12 13:33:31 $
+ * last change: $Author: fs $ $Date: 2001-02-07 08:19:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -185,7 +185,7 @@ Reference< XConnection > SAL_CALL java_sql_Driver::connect( const ::rtl::OUStrin
const PropertyValue* pEnd = pBegin + info.getLength();
for(jsize i=0;pBegin != pEnd;++pBegin)
{
- if(!pBegin->Name.compareToAscii("JDBCDRV"))
+ if(!pBegin->Name.compareToAscii("JavaDriverClass"))
{
// here I try to find the class for jdbc driver
java_sql_SQLException_BASE::getMyClass();