[bug-62807] fix typo in XSLFTableCell#removeBorder
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1843180 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9f106fe8ec
commit
94168f60c6
@ -190,7 +190,7 @@ public class XSLFTableCell extends XSLFTextShape implements TableCell<XSLFShape,
|
||||
break;
|
||||
case right:
|
||||
if (pr.isSetLnR()) {
|
||||
pr.unsetLnB();
|
||||
pr.unsetLnR();
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user