diff options
author | Glen Mazza <gmazza@apache.org> | 2004-08-11 04:15:28 +0000 |
---|---|---|
committer | Glen Mazza <gmazza@apache.org> | 2004-08-11 04:15:28 +0000 |
commit | cd6e57eb77f97de51c242bcff0aae1276b47b3b0 (patch) | |
tree | df9f4e0b97a44d30110d51047a57b5879c6e13b3 /src/java/org/apache/fop/fo/flow/Block.java | |
parent | 20980d3ae55d7adefea957a2ba210a2450014d34 (diff) | |
download | xmlgraphics-fop-cd6e57eb77f97de51c242bcff0aae1276b47b3b0.tar.gz xmlgraphics-fop-cd6e57eb77f97de51c242bcff0aae1276b47b3b0.zip |
1. For maintenance and accuracy, centralized the setupID() functionality
from the various FO's to the FObj base class.
2. Created a lookup bitset in PropertySets to help accomplish the above.
3. Generally moved initialization code from the setup() methods to the
addProperties() methods in the various FO subclasses.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197865 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/fo/flow/Block.java')
-rw-r--r-- | src/java/org/apache/fop/fo/flow/Block.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/fo/flow/Block.java b/src/java/org/apache/fop/fo/flow/Block.java index 8839fc9d0..537a0f553 100644 --- a/src/java/org/apache/fop/fo/flow/Block.java +++ b/src/java/org/apache/fop/fo/flow/Block.java @@ -110,7 +110,6 @@ public class Block extends FObjMixed { this.lfTreatment = this.propertyList.get(PR_LINEFEED_TREATMENT).getEnum(); - setupID(); this.align = this.propertyList.get(PR_TEXT_ALIGN).getEnum(); this.alignLast = this.propertyList.get(PR_TEXT_ALIGN_LAST).getEnum(); |