Bug 61584: Fix XDGFPage variable typo causing crash

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1812240 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dustin Spicuzza 2017-10-16 01:35:31 +00:00
parent e593f50186
commit ab147e9998

View File

@ -99,7 +99,7 @@ public class XDGFPage {
if (xoffcell != null)
xoffset = Double.parseDouble(xoffcell.getValue());
if (xoffcell != null)
if (yoffcell != null)
yoffset = Double.parseDouble(yoffcell.getValue());
return new Point2D.Double(xoffset, yoffset);