pbwest 2002/11/11 17:38:53 Modified: src/org/apache/fop/fo/properties Tag: FOP_0-20-0_Alt-Design Font.java Log: FONode arg added, FOTree arg removed from MappedNumeric constructor. Revision Changes Path No revision No revision 1.1.2.4 +1 -1 xml-fop/src/org/apache/fop/fo/properties/Attic/Font.java Index: Font.java =================================================================== RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/properties/Attic/Font.java,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -r1.1.2.3 -r1.1.2.4 --- Font.java 31 Oct 2002 01:52:08 -0000 1.1.2.3 +++ Font.java 12 Nov 2002 01:38:53 -0000 1.1.2.4 @@ -346,7 +346,7 @@ String name = ((NCName)propvals[fontsize]).getNCName(); try { size = new MappedNumeric - (PropNames.FONT_SIZE, name, foNode.getFOTree()); + (foNode, PropNames.FONT_SIZE, name); } catch (PropertyException e) { // Attempt to derive mapped numeric failed continue;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]