summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 12:35:13 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 12:35:13 +0000
commit0af63a2d12553b847fd4eea972f04a783e505bff (patch)
tree9146eca42477b0fa5e61c06f719cbbe2e1c52d45 /connectivity
parentc22c861206becf8c0cd36f85e7a140b76821ddee (diff)
INTEGRATION: CWS dba22b (1.1.2); FILE MERGED
2006/12/13 08:49:24 fs 1.1.2.2: renamed Statement.* to JStatement.*, to prevent debugger conflicts with dbaccess-located files with the same name 2006/12/05 14:51:29 fs 1.1.2.1: renamed Connection.cxx to JConnection.cxx - file name wass already used in another project, and MSDEV had problems with debugging those files
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/jdbc/JConnection.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/jdbc/JConnection.cxx b/connectivity/source/drivers/jdbc/JConnection.cxx
index c19a78deeb3f..d57fecf539e3 100644
--- a/connectivity/source/drivers/jdbc/JConnection.cxx
+++ b/connectivity/source/drivers/jdbc/JConnection.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: JConnection.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2006-12-13 16:18:43 $
+ * last change: $Author: vg $ $Date: 2007-01-15 13:35:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -46,7 +46,7 @@
#include "java/sql/DatabaseMetaData.hxx"
#endif
#ifndef _CONNECTIVITY_JAVA_SQL_STATEMENT_HXX_
-#include "java/sql/Statement.hxx"
+#include "java/sql/JStatement.hxx"
#endif
#ifndef _CONNECTIVITY_JAVA_SQL_DRIVER_HXX_
#include "java/sql/Driver.hxx"