summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/jdbc/ResultSet.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 12:16:50 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 12:16:50 +0000
commitbdbf92bb31ba4a852e59675c1ce91b8e0c034889 (patch)
tree720d441aa696b8fa0d3ae8a9cd50956a58a172e3 /connectivity/source/drivers/jdbc/ResultSet.cxx
parentd4f13567bb9d19480f83ac50805eacc62e1d0c20 (diff)
INTEGRATION: CWS oj17 (1.25.32); FILE MERGED
2006/03/09 10:26:33 oj 1.25.32.1: #i49786# parameter name for method corrected
Diffstat (limited to 'connectivity/source/drivers/jdbc/ResultSet.cxx')
-rw-r--r--connectivity/source/drivers/jdbc/ResultSet.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/jdbc/ResultSet.cxx b/connectivity/source/drivers/jdbc/ResultSet.cxx
index 73b486d9d49f..750ffa721886 100644
--- a/connectivity/source/drivers/jdbc/ResultSet.cxx
+++ b/connectivity/source/drivers/jdbc/ResultSet.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ResultSet.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: rt $ $Date: 2006-01-10 15:45:09 $
+ * last change: $Author: hr $ $Date: 2006-04-19 13:16:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1434,7 +1434,7 @@ void SAL_CALL java_sql_ResultSet::updateString( sal_Int32 columnIndex, const ::r
{
// temporaere Variable initialisieren
- static char * cSignature = "(ILjava/lang/String)V";
+ static char * cSignature = "(ILjava/lang/String;)V";
static char * cMethodName = "updateString";
// Java-Call absetzen
static jmethodID mID = NULL;