aboutsummaryrefslogtreecommitdiffstats
path: root/src/codegen/properties.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'src/codegen/properties.xsl')
-rw-r--r--src/codegen/properties.xsl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/codegen/properties.xsl b/src/codegen/properties.xsl
index 2adb422ce..5a4970963 100644
--- a/src/codegen/properties.xsl
+++ b/src/codegen/properties.xsl
@@ -576,8 +576,7 @@ public class </xsl:text>
return baseProp;
}
- public Property getSubpropValue(Property baseProp, String subpropName) {
- int subpropId = org.apache.fop.fo.properties.FOPropertyMapping.getSubPropertyId(subpropName);
+ public Property getSubpropValue(Property baseProp, int subpropId) {
</xsl:text>
<xsl:value-of select="datatype"/>
<xsl:text> val = baseProp.get</xsl:text>