summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_remotebridge/various.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_remotebridge/various.java')
-rw-r--r--qadevOOo/tests/java/mod/_remotebridge/various.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/mod/_remotebridge/various.java b/qadevOOo/tests/java/mod/_remotebridge/various.java
index 04f4a24349d0..c2c11c076320 100644
--- a/qadevOOo/tests/java/mod/_remotebridge/various.java
+++ b/qadevOOo/tests/java/mod/_remotebridge/various.java
@@ -126,8 +126,6 @@ public class various extends TestCase {
*/
public Exception ex = null ;
private XAcceptor acc = null ;
- private XInstanceProvider xInstProv = null ;
- private XBridgeFactory xBrdgFctr = null;
/**
* If method call returns some value it stores in this field.
*/
@@ -140,8 +138,6 @@ public class various extends TestCase {
public AcceptorThread(XAcceptor acc, XInstanceProvider xInstProv,
XBridgeFactory xBrdgFctr) {
this.acc = acc ;
- this.xInstProv = xInstProv;
- this.xBrdgFctr = xBrdgFctr;
}
/**