summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/text/_CellRange.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/text/_CellRange.java')
-rw-r--r--qadevOOo/tests/java/ifc/text/_CellRange.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/text/_CellRange.java b/qadevOOo/tests/java/ifc/text/_CellRange.java
index e98b2f791b72..c2942a1c5766 100644
--- a/qadevOOo/tests/java/ifc/text/_CellRange.java
+++ b/qadevOOo/tests/java/ifc/text/_CellRange.java
@@ -51,8 +51,8 @@ public class _CellRange extends MultiPropertyTest {
* Redefined method returns value, that differs from property value.
*/
public void _BackColor() {
- final Short val1 = new Short( (short) 4 );
- final Short val2 = new Short( (short) 6 );
+ final Short val1 = Short.valueOf( (short) 4 );
+ final Short val2 = Short.valueOf( (short) 6 );
log.println("Testing with custom Property tester") ;
testProperty("BackColor", new PropertyTester() {
@Override