summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sheet/_SheetSortDescriptor.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sheet/_SheetSortDescriptor.java')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_SheetSortDescriptor.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_SheetSortDescriptor.java b/qadevOOo/tests/java/ifc/sheet/_SheetSortDescriptor.java
index 83bfe72a665d..f540d77db610 100644
--- a/qadevOOo/tests/java/ifc/sheet/_SheetSortDescriptor.java
+++ b/qadevOOo/tests/java/ifc/sheet/_SheetSortDescriptor.java
@@ -106,8 +106,8 @@ public class _SheetSortDescriptor extends MultiMethodTest {
sValue = props[nr].Value;
if ( name.equals("OutputPosition")) {
sInt = ((CellAddress) sValue).Row;
- gValue = new Integer(gInt);
- sValue = new Integer(sInt);
+ gValue = Integer.valueOf(gInt);
+ sValue = Integer.valueOf(sInt);
}
//check get-set methods