pbwest 2002/11/13 07:36:43
Modified: src/org/apache/fop/fo/properties Tag: FOP_0-20-0_Alt-Design
FontSize.java
Log:
Removed debugging printlns.
Revision Changes Path
No revision
No revision
1.1.2.5 +0 -3 xml-fop/src/org/apache/fop/fo/properties/Attic/FontSize.java
Index: FontSize.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/properties/Attic/FontSize.java,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -r1.1.2.4 -r1.1.2.5
--- FontSize.java 12 Nov 2002 01:36:52 -0000 1.1.2.4
+++ FontSize.java 13 Nov 2002 15:36:41 -0000 1.1.2.5
@@ -35,7 +35,6 @@
public PropertyValue getInitialValue(int property)
throws PropertyException
{
- System.out.println("font-size initial size"); //DEBUG
return getMappedLength(null, MEDIUM);
}
@@ -71,8 +70,6 @@
public Numeric getMappedLength(FONode node, int enum)
throws PropertyException
{
- System.out.println("font-size getMappedLength " + enum + " "
- + mappedLengths[enum]);
if (enum == LARGER || enum == SMALLER)
return Ems.makeEms
(node, PropNames.FONT_SIZE, mappedLengths[enum]);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]