aboutsummaryrefslogtreecommitdiffstats
path: root/src/codegen
diff options
context:
space:
mode:
authorGlen Mazza <gmazza@apache.org>2003-12-20 06:53:23 +0000
committerGlen Mazza <gmazza@apache.org>2003-12-20 06:53:23 +0000
commit0223653f86057291343b9d52d6414ebfd869cb6a (patch)
treebb76af27265ad085f2184bb45f01a329b53fcb51 /src/codegen
parent9133beaf697ac6bc082f9256f9aea295f81ef80c (diff)
downloadxmlgraphics-fop-0223653f86057291343b9d52d6414ebfd869cb6a.tar.gz
xmlgraphics-fop-0223653f86057291343b9d52d6414ebfd869cb6a.zip
1. Moved static element and property structures from PropertyList (previously in former PropertyListBuilder) to FObj
2. Renamed FObj "properties" instance variable to "propertyList" (reduces confusion on the type of object holding FO property information in the code) 3. Unneeded imports removed (Finn Bock's patch, Bug #25582). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197042 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/codegen')
-rw-r--r--src/codegen/properties.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codegen/properties.xsl b/src/codegen/properties.xsl
index 37a2a8710..1ff4cbb9f 100644
--- a/src/codegen/properties.xsl
+++ b/src/codegen/properties.xsl
@@ -895,7 +895,7 @@ public class </xsl:text>
<xsl:template match="propval/parwmrel2abs">
<xsl:text>
- sbExpr.append(parentFO.properties.wmRelToAbs(PropertyList.</xsl:text>
+ sbExpr.append(parentFO.propertyList.wmRelToAbs(PropertyList.</xsl:text>
<xsl:value-of select="@dir"/>
<xsl:text>));</xsl:text>
</xsl:template>