From: Peter Bernard West Date: Wed, 26 Jun 2002 15:55:37 +0000 (+0000) Subject: Fix typo in systemFontCharacteristic code X-Git-Tag: Alt-Design_pre_Properties_split~188 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=74a2abe99f24376cc780c90abae54b8508726839;p=xmlgraphics-fop.git Fix typo in systemFontCharacteristic code git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@194921 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/org/apache/fop/fo/expr/PropertyParser.java b/src/org/apache/fop/fo/expr/PropertyParser.java index 0a0a49e4b..ea1450c89 100644 --- a/src/org/apache/fop/fo/expr/PropertyParser.java +++ b/src/org/apache/fop/fo/expr/PropertyParser.java @@ -480,7 +480,7 @@ public class PropertyParser extends PropertyTokenizer { prop = SystemFontFunction.systemFontCharacteristic (property, ((StringType)args[0]).getString(), - ((StringType)args[0]).getString()); + ((StringType)args[1]).getString()); } }