summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/chart/_ChartDataRowProperties.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/chart/_ChartDataRowProperties.java')
-rw-r--r--qadevOOo/tests/java/ifc/chart/_ChartDataRowProperties.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/chart/_ChartDataRowProperties.java b/qadevOOo/tests/java/ifc/chart/_ChartDataRowProperties.java
index 221b8be338fc..5cd275f76635 100644
--- a/qadevOOo/tests/java/ifc/chart/_ChartDataRowProperties.java
+++ b/qadevOOo/tests/java/ifc/chart/_ChartDataRowProperties.java
@@ -42,7 +42,7 @@ public class _ChartDataRowProperties extends MultiPropertyTest {
} else {
newValue = 2;
}
- oObj.setPropertyValue("Axis", new Integer(newValue));
+ oObj.setPropertyValue("Axis", Integer.valueOf(newValue));
axis = (Integer) oObj.getPropertyValue("Axis");
tRes.tested("Axis",axis.intValue()==newValue);
} catch (Exception e) {