1
0
mirror of https://github.com/apache/poi.git synced 2025-03-08 18:29:57 +00:00

merge trunk

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1843355 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2018-10-09 22:24:42 +00:00
commit 6bc60e7881

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