summaryrefslogtreecommitdiffstats
path: root/bridges/source/jni_uno/jni_info.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-03-26 17:48:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-03-26 17:48:45 +0200
commit40193672b163cd1a23c00d2e4313805983fc8a60 (patch)
tree188b7b35aab44270c6994a0c9132df37febeedcf /bridges/source/jni_uno/jni_info.cxx
parentIn Java, css.uno.RuntimeException is not derived from css.uno.Exception (diff)
downloadcore-40193672b163cd1a23c00d2e4313805983fc8a60.tar.gz
core-40193672b163cd1a23c00d2e4313805983fc8a60.zip
Revert "Field IDs on Dalvik are more unique than in JVMs"
This reverts commit b5ca34fa409bc4cbeb41a84b900612e302f5b0fb. 829a9b9c1041626efb688157658c1e0e2f6e8414 "In Java, css.uno.RuntimeException is not derived from css.uno.Exception" is a better fix.
Diffstat (limited to 'bridges/source/jni_uno/jni_info.cxx')
-rw-r--r--bridges/source/jni_uno/jni_info.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/bridges/source/jni_uno/jni_info.cxx b/bridges/source/jni_uno/jni_info.cxx
index 6f2a2a6bc2e7..c3f34edd62d7 100644
--- a/bridges/source/jni_uno/jni_info.cxx
+++ b/bridges/source/jni_uno/jni_info.cxx
@@ -766,11 +766,6 @@ JNI_info::JNI_info(
jni.ensure_no_exception();
OSL_ASSERT( 0 != m_field_JNI_proxy_m_oid );
- m_field_css_uno_RuntimeException_m_Context = jni->GetFieldID(
- (jclass) jo_RuntimeException.get(), "Context", "Ljava/lang/Object;" );
- jni.ensure_no_exception();
- OSL_ASSERT( 0 != m_field_css_uno_RuntimeException_m_Context );
-
// get java env
OUString java_env_type_name( RTL_CONSTASCII_USTRINGPARAM(UNO_LB_JAVA) );
JLocalAutoRef jo_java(