[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 ecc4485e27
commit e07b0284cf
1 changed files with 1 additions and 1 deletions

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: