summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/chart/_ChartDataPointProperties.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/chart/_ChartDataPointProperties.java')
-rw-r--r--qadevOOo/tests/java/ifc/chart/_ChartDataPointProperties.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/chart/_ChartDataPointProperties.java b/qadevOOo/tests/java/ifc/chart/_ChartDataPointProperties.java
index acf8e50b19bc..fbf59aa5dac6 100644
--- a/qadevOOo/tests/java/ifc/chart/_ChartDataPointProperties.java
+++ b/qadevOOo/tests/java/ifc/chart/_ChartDataPointProperties.java
@@ -83,7 +83,7 @@ public class _ChartDataPointProperties extends MultiPropertyTest {
try {
oObj.setPropertyValue(
"SymbolType",
- new Integer(com.sun.star.chart.ChartSymbolType.BITMAPURL) );
+ Integer.valueOf(com.sun.star.chart.ChartSymbolType.BITMAPURL) );
} catch(com.sun.star.lang.WrappedTargetException e) {
log.println("Exception while set property value");
e.printStackTrace(log);