summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/ifc/util/_XFlushable.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/util/_XFlushable.java')
-rw-r--r--qadevOOo/tests/java/ifc/util/_XFlushable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/util/_XFlushable.java b/qadevOOo/tests/java/ifc/util/_XFlushable.java
index d96e075e95e5..d8a56bd8d616 100644
--- a/qadevOOo/tests/java/ifc/util/_XFlushable.java
+++ b/qadevOOo/tests/java/ifc/util/_XFlushable.java
@@ -43,7 +43,7 @@ public class _XFlushable extends MultiMethodTest {
* Simple <code>XFlushListener</code> implementation which
* just registers if any calls to its methods were made.
*/
- private class MyFlushListener implements XFlushListener{
+ private static class MyFlushListener implements XFlushListener{
boolean called = false ;
public void flushed(com.sun.star.lang.EventObject e) {
called = true ;