summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/lang/_XComponent.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/lang/_XComponent.java')
-rw-r--r--qadevOOo/tests/java/ifc/lang/_XComponent.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/lang/_XComponent.java b/qadevOOo/tests/java/ifc/lang/_XComponent.java
index 7f4db951d86f..78ddc35ff1d2 100644
--- a/qadevOOo/tests/java/ifc/lang/_XComponent.java
+++ b/qadevOOo/tests/java/ifc/lang/_XComponent.java
@@ -55,7 +55,7 @@ public class _XComponent extends MultiMethodTest {
Loutput[0] = Thread.currentThread() + " is DISPOSING EV1" + this;
listenerDisposed[0] = true;
}
- };
+ }
/**
* Listener which added and then removed, and its method must <b>not</b>
@@ -66,7 +66,7 @@ public class _XComponent extends MultiMethodTest {
Loutput[0] = Thread.currentThread() + " is DISPOSING EV2" + this;
listenerDisposed[1] = true;
}
- };
+ }
XEventListener listener1 = new MyEventListener();
XEventListener listener2 = new MyEventListener2();