https://bz.apache.org/bugzilla/show_bug.cgi?id=59224
--- Comment #1 from Javen O'Neal <[email protected]> --- Should hasTint return false if tint is not set? public boolean hasTint() { if (!ctColor.isSetTint()) { return false; } return ctColor.getTint() != 0; } -- 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]
