You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ar...@apache.org on 2001/07/09 05:02:43 UTC

cvs commit: xml-fop/src/org/apache/fop/fo/pagination RepeatablePageMasterAlternatives.java

arved       01/07/08 20:02:43

  Modified:    src/org/apache/fop/fo/pagination
                        RepeatablePageMasterAlternatives.java
  Log:
  AHS: restore ability to do blank pages
  
  Revision  Changes    Path
  1.5       +2 -2      xml-fop/src/org/apache/fop/fo/pagination/RepeatablePageMasterAlternatives.java
  
  Index: RepeatablePageMasterAlternatives.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/pagination/RepeatablePageMasterAlternatives.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- RepeatablePageMasterAlternatives.java	2000/11/15 10:26:23	1.4
  +++ RepeatablePageMasterAlternatives.java	2001/07/09 03:02:39	1.5
  @@ -1,4 +1,4 @@
  -/*-- $Id: RepeatablePageMasterAlternatives.java,v 1.4 2000/11/15 10:26:23 fotis Exp $ -- 
  +/*-- $Id: RepeatablePageMasterAlternatives.java,v 1.5 2001/07/09 03:02:39 arved Exp $ -- 
   
    ============================================================================
                      The Apache Software License, Version 1.1
  @@ -134,7 +134,7 @@
   			(ConditionalPageMasterReference)conditionalPageMasterRefs.elementAt(i);
   
   			// 0-indexed page number
  -			if (cpmr.isValid(currentPageNumber + 1, thisIsFirstPage,false))
  +			if (cpmr.isValid(currentPageNumber + 1, thisIsFirstPage,isEmptyPage))
   			{
   				pm = cpmr.getMasterName();
   				break;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org