summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_forms/GenericModelTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_forms/GenericModelTest.java')
-rw-r--r--qadevOOo/tests/java/mod/_forms/GenericModelTest.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/qadevOOo/tests/java/mod/_forms/GenericModelTest.java b/qadevOOo/tests/java/mod/_forms/GenericModelTest.java
index ed7ba409d2ed..0a0f7b3c4233 100644
--- a/qadevOOo/tests/java/mod/_forms/GenericModelTest.java
+++ b/qadevOOo/tests/java/mod/_forms/GenericModelTest.java
@@ -493,12 +493,12 @@ public class GenericModelTest extends TestCase {
} // finish method getTestEnvironment
- static class Checker implements ifc.form._XUpdateBroadcaster.UpdateChecker {
+ private static class Checker implements ifc.form._XUpdateBroadcaster.UpdateChecker {
private Object lastValue = null;
- 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) {