]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fix typo in systemFontCharacteristic code
authorPeter Bernard West <pbwest@apache.org>
Wed, 26 Jun 2002 15:55:37 +0000 (15:55 +0000)
committerPeter Bernard West <pbwest@apache.org>
Wed, 26 Jun 2002 15:55:37 +0000 (15:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@194921 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/fo/expr/PropertyParser.java

index 0a0a49e4b64c8e32129b5ff23ea7ee21594cb602..ea1450c89586d1e8002359fdc10d8e0bcac53b4b 100644 (file)
@@ -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());
                 }
             }