summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/awt/_XComboBox.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/awt/_XComboBox.java')
-rw-r--r--qadevOOo/tests/java/ifc/awt/_XComboBox.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_XComboBox.java b/qadevOOo/tests/java/ifc/awt/_XComboBox.java
index 89cd9d0337a2..094bcf18c52a 100644
--- a/qadevOOo/tests/java/ifc/awt/_XComboBox.java
+++ b/qadevOOo/tests/java/ifc/awt/_XComboBox.java
@@ -82,8 +82,8 @@ public class _XComboBox extends MultiMethodTest {
}
}
- private TestActionListener actionListener = new TestActionListener();
- private TestItemListener itemListener = new TestItemListener();
+ private final TestActionListener actionListener = new TestActionListener();
+ private final TestItemListener itemListener = new TestItemListener();
short lineCount = 0;
short itemCount = 0;