https://bz.apache.org/bugzilla/show_bug.cgi?id=59224

--- Comment #1 from Javen O'Neal <one...@apache.org> ---
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: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to