summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/ui/dialogs
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/ui/dialogs')
-rw-r--r--qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java4
-rw-r--r--qadevOOo/tests/java/ifc/ui/dialogs/_XFilePicker.java2
-rw-r--r--qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java2
3 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java
index f4e573174f0f..6cfcc92de4e2 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java
@@ -97,8 +97,8 @@ public class _XExecutableDialog extends MultiMethodTest {
*/
protected class ExecThread extends Thread {
- public short execRes = (short) 17 ;
- private XExecutableDialog Diag = null ;
+ public short execRes = (short) 17;
+ private final XExecutableDialog Diag;
public ExecThread(XExecutableDialog Diag) {
this.Diag = Diag ;
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePicker.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePicker.java
index 23492cb58863..d5fed39c900f 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePicker.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePicker.java
@@ -43,7 +43,7 @@ public class _XFilePicker extends MultiMethodTest {
public XFilePicker oObj = null;
private String dir = null ;
- private String fname = "space-metal.jpg" ;
+ private final String fname = "space-metal.jpg" ;
/**
* Sets the current directory to the test document directory. <p>
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java
index 503baf630a4b..f34dd3e879ec 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java
@@ -183,7 +183,7 @@ public class _XFilePickerNotifier extends MultiMethodTest {
protected class ExecThread extends Thread {
public short execRes = (short) 17 ;
- private XExecutableDialog Diag = null ;
+ private final XExecutableDialog Diag;
public ExecThread(XExecutableDialog Diag) {
this.Diag = Diag ;