DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42999>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42999 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |minor Status|RESOLVED |REOPENED Priority|P1 |P5 Resolution|FIXED | ------- Additional Comments From [EMAIL PROTECTED] 2007-12-06 07:57 ------- The same problem in AnchorHeight calculations in org.apache.poi.hssf.usermodel.HSSFClientAnchor public float getAnchorHeightInPoints(HSSFSheet sheet ) { int y1 = Math.min( getDy1(), getDy2() ); int y2 = Math.max( getDy1(), getDy2() ); int row1 = Math.min( getRow1(), getRow2() ); int row2 = Math.max( getRow1(), getRow2() ); ... Please, fix it in 3.0.2 release. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
