https://issues.apache.org/bugzilla/show_bug.cgi?id=55248
Dominik Stadler <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Dominik Stadler <[email protected]> --- Ok, that's exactly what I was planning to do, I thought it might cause problems when people are using showInPane() with numerals, but I did some more checks now and it seems this cannot happen as e.g. "0" is an int, not short in Java and you need to cast it to short anyway. This is now checked in for POI 3.10. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
