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

            Bug ID: 62807
           Summary: XSLFTableCell#removeBorder(BorderEdge.right) removes
                    the bottom edge not the right edge.
           Product: POI
           Version: unspecified
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSLF
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Looks like there is a typo in the code.

    @Override
    public void removeBorder(BorderEdge edge) {
...
        case right:
            if (pr.isSetLnR()) {
                pr.unsetLnB();
            }
...    


This is relevant for 3.17 and 4.0.0 versions.

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