]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
missing call of endFlow added, so RTF module doesn't shift fo:flow's content into...
authorPeter Herweg <pherweg@apache.org>
Tue, 13 Jul 2004 20:27:35 +0000 (20:27 +0000)
committerPeter Herweg <pherweg@apache.org>
Tue, 13 Jul 2004 20:27:35 +0000 (20:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197786 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/pagination/StaticContent.java

index f33e70371451018bb87893303c407a11c8038df4..d0d2b008d89c4f639db076b9672a13a064dbb287 100644 (file)
@@ -63,6 +63,7 @@ public class StaticContent extends Flow {
         if (children == null) {
             missingChildElementError("(%block;)+");
         }
+        getFOInputHandler().endFlow(this);
     }
 
     /**