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

Jérôme SAINT-YVES <jsain...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Jérôme SAINT-YVES <jsain...@gmail.com> ---
May be the  issue where generated because

 private CTUnderline getCTUnderline(boolean create) {
        CTRPr pr = getRunProperties(true);
        return pr.sizeOfUArray() > 0 ? pr.getUArray(0) : (create ? pr.addNewU()
: null);
    }

getRunProperties is call with true that i should be call with
getRunProperties(create) ?

-- 
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