summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/form/_XFormController.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/form/_XFormController.java')
-rw-r--r--qadevOOo/tests/java/ifc/form/_XFormController.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/form/_XFormController.java b/qadevOOo/tests/java/ifc/form/_XFormController.java
index 8ae4aa4af495..eb0393985f9b 100644
--- a/qadevOOo/tests/java/ifc/form/_XFormController.java
+++ b/qadevOOo/tests/java/ifc/form/_XFormController.java
@@ -53,7 +53,7 @@ public class _XFormController extends MultiMethodTest {
/**
* Listener which determines and stores events occurred.
*/
- protected class MyListener implements XFormControllerListener {
+ protected static class MyListener implements XFormControllerListener {
public boolean activated = false ;
public boolean deactivated = false ;
public void disposing ( EventObject oEvent ) {}