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

Jérôme SAINT-YVES <[email protected]> changed:

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

--- Comment #1 from Jérôme SAINT-YVES <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to