summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qadevOOo/tests/java/ifc/connection/_XAcceptor.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/ifc/connection/_XAcceptor.java b/qadevOOo/tests/java/ifc/connection/_XAcceptor.java
index 686f09a9ead4..924d9c0caaa0 100644
--- a/qadevOOo/tests/java/ifc/connection/_XAcceptor.java
+++ b/qadevOOo/tests/java/ifc/connection/_XAcceptor.java
@@ -43,8 +43,6 @@ import com.sun.star.uno.XInterface;
*/
public class _XAcceptor extends MultiMethodTest {
- protected PrintWriter log_ ;
-
/**
* Calls <code>accept()</code> method in a separate thread.
* Then stores exception thrown by call if it occurred, or
@@ -98,8 +96,6 @@ public class _XAcceptor extends MultiMethodTest {
connectString = (String)
tEnv.getObjRelation("XAcceptor.connectStr") ;
- log_ = log ;
-
if (connectString == null)
throw new StatusException("No object relation found",
new NullPointerException()) ;