]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Comment only
authorPeter Bernard West <pbwest@apache.org>
Fri, 28 May 2004 15:25:21 +0000 (15:25 +0000)
committerPeter Bernard West <pbwest@apache.org>
Fri, 28 May 2004 15:25:21 +0000 (15:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197647 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/flow/FoBlock.java

index 5697ef69b5b89203604d5565ff98e2a48515b4ed..1d3e9ce4edc7cf074ee48c561ab4f184eba0d470 100644 (file)
@@ -139,6 +139,8 @@ public class FoBlock extends FOPageSeqNode {
         super(foTree, FObjectNames.BLOCK, pageSequence, parent, event,
                           stateFlags, sparsePropsMap, sparseIndices);
         getMarkers();
+        // Generate a block area
+        
         XmlEvent ev = null;
         do {
             try {