summaryrefslogtreecommitdiff
path: root/sc/qa/complex/dataPilot/CheckDataPilot.java
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/complex/dataPilot/CheckDataPilot.java')
-rw-r--r--sc/qa/complex/dataPilot/CheckDataPilot.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/complex/dataPilot/CheckDataPilot.java b/sc/qa/complex/dataPilot/CheckDataPilot.java
index efa3aee6b6f3..ee4980fece72 100644
--- a/sc/qa/complex/dataPilot/CheckDataPilot.java
+++ b/sc/qa/complex/dataPilot/CheckDataPilot.java
@@ -249,7 +249,7 @@ public class CheckDataPilot {
int y = sCellAdress.Row + 3;
// cell of the data pilot output
oCheckCell = oSheet.getCellByPosition(x, y);
- aChangeValue = new Integer(27);
+ aChangeValue = Integer.valueOf(27);
} catch (com.sun.star.lang.IndexOutOfBoundsException e) {
e.printStackTrace();
throw new StatusException( "Couldn't get cells for changing.", e);
@@ -335,7 +335,7 @@ public class CheckDataPilot {
param.put("CELLFORCHANGE", oChangeCell);
param.put("CELLFORCHECK", oCheckCell);
param.put("CHANGEVALUE", aChangeValue);
- param.put("FIELDSAMOUNT", new Integer(5));
+ param.put("FIELDSAMOUNT", Integer.valueOf(5));
}