]> source.dussan.org Git - poi.git/commitdiff
fixed compile error
authorYegor Kozlov <yegor@apache.org>
Sun, 9 Aug 2009 12:59:27 +0000 (12:59 +0000)
committerYegor Kozlov <yegor@apache.org>
Sun, 9 Aug 2009 12:59:27 +0000 (12:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@802535 13f79535-47bb-0310-9956-ffa450edef68

src/examples/src/org/apache/poi/hssf/usermodel/examples/AddDimensionedImage.java

index b16fe41f162ead4fc58d6df7fcd0828318cc18d6..6fcc3240cae3ab7594407a171db3be4bf842d1c3 100644 (file)
@@ -543,7 +543,7 @@ public class AddDimensionedImage {
 \r
             // Next, from the columns width, calculate how many co-ordinate\r
             // positons there are per millimetre\r
-            coordinatePositionsPerMM = ExcelUtil.TOTAL_COLUMN_COORDINATE_POSITIONS /\r
+            coordinatePositionsPerMM = ConvertImageUnits.TOTAL_COLUMN_COORDINATE_POSITIONS /\r
                     colWidthMM;\r
             // From this figure, determine how many co-ordinat positions to\r
             // inset the left hand or bottom edge of the image.\r