Author: virtuald
Date: Mon Oct 16 01:35:31 2017
New Revision: 1812240

URL: http://svn.apache.org/viewvc?rev=1812240&view=rev
Log:
Bug 61584: Fix XDGFPage variable typo causing crash

Modified:
    poi/trunk/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFPage.java

Modified: poi/trunk/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFPage.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFPage.java?rev=1812240&r1=1812239&r2=1812240&view=diff
==============================================================================
--- poi/trunk/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFPage.java 
(original)
+++ poi/trunk/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFPage.java Mon 
Oct 16 01:35:31 2017
@@ -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);



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to