Browse Source

[bug-62807] fix typo in XSLFTableCell#removeBorder

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1843180 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_4_0_1
PJ Fanning 5 years ago
parent
commit
e07b0284cf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFTableCell.java

+ 1
- 1
src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFTableCell.java 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:

Loading…
Cancel
Save