gmazza 2003/07/06 15:02:31
Modified: src/java/org/apache/fop/fo/flow PageNumber.java
PageNumberCitation.java
Log:
Non-applicable white-space-collapse property removed from fo:page-number and
fo:page-number-citation.
Revision Changes Path
1.3 +0 -3 xml-fop/src/java/org/apache/fop/fo/flow/PageNumber.java
Index: PageNumber.java
===================================================================
RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/PageNumber.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PageNumber.java 29 Jun 2003 19:34:33 -0000 1.2
+++ PageNumber.java 6 Jul 2003 22:02:31 -0000 1.3
@@ -84,7 +84,6 @@
private float green;
private float blue;
private int wrapOption;
- private int whiteSpaceCollapse;
private TextState ts;
public PageNumber(FONode parent) {
@@ -176,8 +175,6 @@
this.blue = c.getBlue();
this.wrapOption = this.properties.get("wrap-option").getEnum();
- this.whiteSpaceCollapse =
- this.properties.get("white-space-collapse").getEnum();
ts = new TextState();
}
1.3 +0 -4 xml-fop/src/java/org/apache/fop/fo/flow/PageNumberCitation.java
Index: PageNumberCitation.java
===================================================================
RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/PageNumberCitation.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PageNumberCitation.java 29 Jun 2003 19:34:33 -0000 1.2
+++ PageNumberCitation.java 6 Jul 2003 22:02:31 -0000 1.3
@@ -94,7 +94,6 @@
private float green;
private float blue;
private int wrapOption;
- private int whiteSpaceCollapse;
private String pageNumber;
private String refId;
private TextState ts;
@@ -231,9 +230,6 @@
this.blue = c.getBlue();
this.wrapOption = this.properties.get("wrap-option").getEnum();
- this.whiteSpaceCollapse =
- this.properties.get("white-space-collapse").getEnum();
-
this.refId = this.properties.get("ref-id").getString();
if (this.refId.equals("")) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]