summaryrefslogtreecommitdiff
path: root/sc/qa/complex
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/complex')
-rw-r--r--sc/qa/complex/dataPilot/CheckDataPilot.java2
-rw-r--r--sc/qa/complex/dataPilot/_XDataPilotDescriptor.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/complex/dataPilot/CheckDataPilot.java b/sc/qa/complex/dataPilot/CheckDataPilot.java
index 9d8b7fdfe9c9..c3f5263e3af3 100644
--- a/sc/qa/complex/dataPilot/CheckDataPilot.java
+++ b/sc/qa/complex/dataPilot/CheckDataPilot.java
@@ -69,7 +69,7 @@ public class CheckDataPilot {
* A field is filled some values. This integer determines the size of the
* field in x and y direction.
*/
- private final int mMaxFieldIndex = 6;
+ private static final int mMaxFieldIndex = 6;
/**
* The test parameters
diff --git a/sc/qa/complex/dataPilot/_XDataPilotDescriptor.java b/sc/qa/complex/dataPilot/_XDataPilotDescriptor.java
index ee6888613de4..fe537e0f1292 100644
--- a/sc/qa/complex/dataPilot/_XDataPilotDescriptor.java
+++ b/sc/qa/complex/dataPilot/_XDataPilotDescriptor.java
@@ -55,7 +55,7 @@ public class _XDataPilotDescriptor {
private final XDataPilotDescriptor oObj;
private final CellRangeAddress CRA = new CellRangeAddress((short)1, 0, 0, 5, 5);
- private final String sTag = "XDataPilotDescriptor_Tag";
+ private static final String sTag = "XDataPilotDescriptor_Tag";
private String fieldsNames[];
private int tEnvFieldsAmount = 0;