summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/awt/_XListBox.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/awt/_XListBox.java')
-rw-r--r--qadevOOo/tests/java/ifc/awt/_XListBox.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_XListBox.java b/qadevOOo/tests/java/ifc/awt/_XListBox.java
index 53531a3df459..62809b6e6271 100644
--- a/qadevOOo/tests/java/ifc/awt/_XListBox.java
+++ b/qadevOOo/tests/java/ifc/awt/_XListBox.java
@@ -61,7 +61,7 @@ public class _XListBox extends MultiMethodTest {
/**
* Listener implementation which sets flags on appropriate method calls
*/
- protected class TestActionListener implements com.sun.star.awt.XActionListener {
+ protected static class TestActionListener implements com.sun.star.awt.XActionListener {
public boolean disposingCalled = false ;
public boolean actionPerformedCalled = false ;
@@ -80,7 +80,7 @@ public class _XListBox extends MultiMethodTest {
/**
* Listener implementation which sets flags on appropriate method calls
*/
- protected class TestItemListener implements com.sun.star.awt.XItemListener {
+ protected static class TestItemListener implements com.sun.star.awt.XItemListener {
public boolean disposingCalled = false ;
public boolean itemStateChangedCalled = false ;