Author: adelmelle
Date: Thu Jul  9 06:33:32 2009
New Revision: 792411

URL: http://svn.apache.org/viewvc?rev=792411&view=rev
Log:
Undid change related to column-keeps

Modified:
    
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java

Modified: 
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java?rev=792411&r1=792410&r2=792411&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java
 (original)
+++ 
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/PageBreakingAlgorithm.java
 Thu Jul  9 06:33:32 2009
@@ -573,11 +573,11 @@
                         splitLength += element.getW();
                     } else {
                         // element is a penalty
-                        //if (element.getP() < KnuthElement.INFINITE) {
+                        if (element.getP() < KnuthElement.INFINITE) {
                             // end of the sub-sequence
                             index = noteListIterator.previousIndex();
                             break;
-                        //}
+                        }
                     }
                 }
             }



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to