mirror of https://github.com/apache/poi.git
[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
ecc4485e27
commit
e07b0284cf
|
@ -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