summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Charts/ChartHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Charts/ChartHelper.java')
-rw-r--r--odk/examples/DevelopersGuide/Charts/ChartHelper.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/Charts/ChartHelper.java b/odk/examples/DevelopersGuide/Charts/ChartHelper.java
index 7208c58b30f5..90dccd153800 100644
--- a/odk/examples/DevelopersGuide/Charts/ChartHelper.java
+++ b/odk/examples/DevelopersGuide/Charts/ChartHelper.java
@@ -113,9 +113,9 @@ public class ChartHelper
aAny = new Any(new Type(Short.class),
new Short(com.sun.star.text.HoriOrientation.NONE));
xPropSet.setPropertyValue("HoriOrient", aAny );
- aAny = new Any(new Type(Integer.class), new Integer(aUpperLeft.Y));
+ aAny = new Any(new Type(Integer.class), Integer.valueOf(aUpperLeft.Y));
xPropSet.setPropertyValue("VertOrientPosition", aAny );
- aAny = new Any(new Type(Integer.class), new Integer(aUpperLeft.X));
+ aAny = new Any(new Type(Integer.class), Integer.valueOf(aUpperLeft.X));
xPropSet.setPropertyValue("HoriOrientPosition", aAny );
// retrieve the chart document as model of the OLE shape