keiron 02/01/07 23:49:33 Modified: src/org/apache/fop/fo/flow Tag: fop-0_20_2-maintain RetrieveMarker.java Log: handles missing markers better Revision Changes Path No revision No revision 1.6.2.1 +2 -2 xml-fop/src/org/apache/fop/fo/flow/RetrieveMarker.java Index: RetrieveMarker.java =================================================================== RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/RetrieveMarker.java,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -u -r1.6 -r1.6.2.1 --- RetrieveMarker.java 20 Aug 2001 11:19:23 -0000 1.6 +++ RetrieveMarker.java 8 Jan 2002 07:49:33 -0000 1.6.2.1 @@ -1,5 +1,5 @@ /* - * $Id: RetrieveMarker.java,v 1.6 2001/08/20 11:19:23 keiron Exp $ + * $Id: RetrieveMarker.java,v 1.6.2.1 2002/01/08 07:49:33 keiron Exp $ * Copyright (C) 2001 The Apache Software Foundation. All rights reserved. * For details on use and redistribution please refer to the * LICENSE file included with these sources. @@ -72,7 +72,7 @@ } } - Status status = new Status(Status.AREA_FULL_NONE); + Status status = new Status(Status.OK); if (null != bestMarker) { // System.out.println("Laying out marker '" + bestMarker + "' in area '" + area + "'"); // the 'markers' referred to in this method are internal; they have
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]