summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_forms/OTimeModel.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_forms/OTimeModel.java')
-rw-r--r--qadevOOo/tests/java/mod/_forms/OTimeModel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_forms/OTimeModel.java b/qadevOOo/tests/java/mod/_forms/OTimeModel.java
index ff9d4190fb82..e2caa810892c 100644
--- a/qadevOOo/tests/java/mod/_forms/OTimeModel.java
+++ b/qadevOOo/tests/java/mod/_forms/OTimeModel.java
@@ -204,7 +204,7 @@ public class OTimeModel extends GenericModelTest {
lastTime = time.intValue() + 150000;
}
- ps.setPropertyValue("Time", new Integer(lastTime));
+ ps.setPropertyValue("Time", Integer.valueOf(lastTime));
}
public void commit() throws com.sun.star.sdbc.SQLException {