summaryrefslogtreecommitdiff
path: root/bridges/source/jni_uno
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-20 15:15:42 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-20 15:15:42 +0000
commit31a4ad74c4db981a3ebfff2c98925e2ad2d9e6a8 (patch)
tree9d05c9249ec26587261d2660fab641eb9e64e4c0 /bridges/source/jni_uno
parentdd00a763f0281b33c3a3e13e49e6befc6b58d144 (diff)
INTEGRATION: CWS sb55 (1.22.30); FILE MERGED
2006/07/10 14:58:05 sb 1.22.30.2: RESYNC: (1.22-1.23); FILE MERGED 2006/07/10 14:27:27 sb 1.22.30.1: #i64789# Array bounds error.
Diffstat (limited to 'bridges/source/jni_uno')
-rw-r--r--bridges/source/jni_uno/jni_java2uno.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/bridges/source/jni_uno/jni_java2uno.cxx b/bridges/source/jni_uno/jni_java2uno.cxx
index 74d827b74..f034e62c7 100644
--- a/bridges/source/jni_uno/jni_java2uno.cxx
+++ b/bridges/source/jni_uno/jni_java2uno.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: jni_java2uno.cxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 23:47:30 $
+ * last change: $Author: kz $ $Date: 2006-07-20 16:15:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -76,7 +76,7 @@ jobject Bridge::map_to_java(
oid.pData, (typelib_InterfaceTypeDescription *)info->m_td.get() );
// create java and register java proxy
- jvalue args2[ 6 ];
+ jvalue args2[ 7 ];
acquire();
args2[ 0 ].j = reinterpret_cast< sal_Int64 >( this );
(*pUnoI->acquire)( pUnoI );