[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:
PJ Fanning 2018-10-08 18:38:19 +00:00
parent 9f106fe8ec
commit 94168f60c6

View File

@ -190,7 +190,7 @@ public class XSLFTableCell extends XSLFTextShape implements TableCell<XSLFShape,
break;
case right:
if (pr.isSetLnR()) {
pr.unsetLnB();
pr.unsetLnR();
}
break;
default: