fixed compile error
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@802535 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4a4c6a85bd
commit
4a1aba8ff8
@ -543,7 +543,7 @@ public class AddDimensionedImage {
|
|||||||
|
|
||||||
// Next, from the columns width, calculate how many co-ordinate
|
// Next, from the columns width, calculate how many co-ordinate
|
||||||
// positons there are per millimetre
|
// positons there are per millimetre
|
||||||
coordinatePositionsPerMM = ExcelUtil.TOTAL_COLUMN_COORDINATE_POSITIONS /
|
coordinatePositionsPerMM = ConvertImageUnits.TOTAL_COLUMN_COORDINATE_POSITIONS /
|
||||||
colWidthMM;
|
colWidthMM;
|
||||||
// From this figure, determine how many co-ordinat positions to
|
// From this figure, determine how many co-ordinat positions to
|
||||||
// inset the left hand or bottom edge of the image.
|
// inset the left hand or bottom edge of the image.
|
||||||
|
Loading…
Reference in New Issue
Block a user