summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/form/_XLoadable.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/form/_XLoadable.java')
-rw-r--r--qadevOOo/tests/java/ifc/form/_XLoadable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/form/_XLoadable.java b/qadevOOo/tests/java/ifc/form/_XLoadable.java
index 9ef20e4cd1ef..7f89388f7cf4 100644
--- a/qadevOOo/tests/java/ifc/form/_XLoadable.java
+++ b/qadevOOo/tests/java/ifc/form/_XLoadable.java
@@ -44,7 +44,7 @@ public class _XLoadable extends MultiMethodTest {
/**
* Listener implementation which sets flags on appropriate method calls
*/
- protected class TestLoadListener implements com.sun.star.form.XLoadListener {
+ protected static class TestLoadListener implements com.sun.star.form.XLoadListener {
public boolean disposingCalled = false ;
public boolean loadedCalled = false ;
public boolean reloadedCalled = false ;