Author: kiwiwings
Date: Tue Oct 9 22:24:42 2018
New Revision: 1843355
URL: http://svn.apache.org/viewvc?rev=1843355&view=rev
Log:
merge trunk
Modified:
poi/branches/hemf/ (props changed)
poi/branches/hemf/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFTableCell.java
Propchange: poi/branches/hemf/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Oct 9 22:24:42 2018
@@ -1 +1,7 @@
ooxml-testlib
+build
+bin
+out
+tmp
+.gradle
+.idea
Propchange: poi/branches/hemf/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Oct 9 22:24:42 2018
@@ -5,4 +5,4 @@
/poi/branches/ss_border_property_template:1747847-1748074
/poi/branches/xml_signature:1617139-1628347
/poi/branches/xssf_structured_references:1747607-1747656
-/poi/trunk:693591-694881,695264-695420,695621,695649-711764,1839877-1840323,1840325-1843031
+/poi/trunk:693591-694881,695264-695420,695621,695649-711764,1839877-1840323,1840325-1843031,1843033-1843354
Modified:
poi/branches/hemf/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFTableCell.java
URL:
http://svn.apache.org/viewvc/poi/branches/hemf/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFTableCell.java?rev=1843355&r1=1843354&r2=1843355&view=diff
==============================================================================
---
poi/branches/hemf/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFTableCell.java
(original)
+++
poi/branches/hemf/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFTableCell.java
Tue Oct 9 22:24:42 2018
@@ -190,7 +190,7 @@ public class XSLFTableCell extends XSLFT
break;
case right:
if (pr.isSetLnR()) {
- pr.unsetLnB();
+ pr.unsetLnR();
}
break;
default:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]