Author: adelmelle
Date: Sun May 24 12:13:15 2015
New Revision: 1681437
URL: http://svn.apache.org/r1681437
Log:
Forgot to include in r1681435
Modified:
xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/RTFHandler.java
Modified:
xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/RTFHandler.java
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/RTFHandler.java?rev=1681437&r1=1681436&r2=1681437&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/RTFHandler.java
(original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/RTFHandler.java
Sun May 24 12:13:15 2015
@@ -894,7 +894,7 @@ public class RTFHandler extends FOEventH
return;
}
try {
- RtfTableCell cell =
(RtfTableCell)builderContext.getContainer(RtfTableCell.class, false, this);
+ RtfTableCell cell = (RtfTableCell)
builderContext.getContainer(RtfTableCell.class, false, this);
cell.finish();
} catch (Exception e) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]