summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java')
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java b/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java
index af8621d53bd6..f1d2f12c098a 100644
--- a/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java
+++ b/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java
@@ -53,7 +53,7 @@ public class _XNotifyingDispatch extends MultiMethodTest {
/**
* Listener implementation which sets flags on appropriate method calls
*/
- protected class TestNotificationListener implements
+ protected static class TestNotificationListener implements
com.sun.star.frame.XDispatchResultListener {
public boolean disposingCalled = false ;
public boolean finishedDispatch = false ;