summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/mod/_forms/OListBoxModel.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_forms/OListBoxModel.java')
-rw-r--r--qadevOOo/tests/java/mod/_forms/OListBoxModel.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/qadevOOo/tests/java/mod/_forms/OListBoxModel.java b/qadevOOo/tests/java/mod/_forms/OListBoxModel.java
index c5d61c79f4ad..69db57197b1e 100644
--- a/qadevOOo/tests/java/mod/_forms/OListBoxModel.java
+++ b/qadevOOo/tests/java/mod/_forms/OListBoxModel.java
@@ -183,12 +183,12 @@ public class OListBoxModel extends GenericModelTest {
return tEnv;
}
- static class Checker implements UpdateChecker {
+ private static class Checker implements UpdateChecker {
private short lastItem = (short) 0;
- XLoadable formLoaderF = null;
- XPropertySet ps = null;
- XInterface ctrl = null;
- String ChangePropertyName = null;
+ private XLoadable formLoaderF = null;
+ private XPropertySet ps = null;
+ private XInterface ctrl = null;
+ private String ChangePropertyName = null;
Object ChangePropertyValue = null;
public Checker(XLoadable xl, XPropertySet ps, XInterface ctrl, String ChangePropertyName, Object ChangePropertyValue) {