From: Yegor Kozlov Date: Sun, 9 Aug 2009 12:59:27 +0000 (+0000) Subject: fixed compile error X-Git-Tag: REL_3_5-FINAL~49 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e50f913b437e0ced78cfa2b7d3b79b5bcc9eb260;p=poi.git fixed compile error git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@802535 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/examples/src/org/apache/poi/hssf/usermodel/examples/AddDimensionedImage.java b/src/examples/src/org/apache/poi/hssf/usermodel/examples/AddDimensionedImage.java index b16fe41f16..6fcc3240ca 100644 --- a/src/examples/src/org/apache/poi/hssf/usermodel/examples/AddDimensionedImage.java +++ b/src/examples/src/org/apache/poi/hssf/usermodel/examples/AddDimensionedImage.java @@ -543,7 +543,7 @@ public class AddDimensionedImage { // Next, from the columns width, calculate how many co-ordinate // positons there are per millimetre - coordinatePositionsPerMM = ExcelUtil.TOTAL_COLUMN_COORDINATE_POSITIONS / + coordinatePositionsPerMM = ConvertImageUnits.TOTAL_COLUMN_COORDINATE_POSITIONS / colWidthMM; // From this figure, determine how many co-ordinat positions to // inset the left hand or bottom edge of the image.