summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/jdbc/ResultSet.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 10:30:51 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 10:30:51 +0000
commit87cb15914d6d42a7d7136217afe1211f0cd32a5f (patch)
treeb2acdffd536f1adfd45d5409a4f13c88114cd68b /connectivity/source/drivers/jdbc/ResultSet.cxx
parent8872afb81db65459c0ec87d6c22da0af6a1fd9f8 (diff)
INTEGRATION: CWS sb59 (1.27.46); FILE MERGED
2006/08/31 08:08:21 oj 1.27.46.1: #i49786# reinsert fix
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 55677488c960..6f81acbbf273 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.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 02:48:32 $
+ * last change: $Author: obo $ $Date: 2006-10-12 11:30:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1437,7 +1437,7 @@ void SAL_CALL java_sql_ResultSet::updateString( sal_Int32 columnIndex, const ::r
{
// temporaere Variable initialisieren
- static const char * cSignature = "(ILjava/lang/String)V";
+ static const char * cSignature = "(ILjava/lang/String;)V";
static const char * cMethodName = "updateString";
// Java-Call absetzen
static jmethodID mID = NULL;