]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fixed JAI URL.
authorJoerg Pietschmann <pietsch@apache.org>
Tue, 11 Feb 2003 19:47:25 +0000 (19:47 +0000)
committerJoerg Pietschmann <pietsch@apache.org>
Tue, 11 Feb 2003 19:47:25 +0000 (19:47 +0000)
PR:16957
Submitted by: ole.kvarno

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195938 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/relnotes.xml
src/org/apache/fop/fo/expr/LabelEndFunction.java

index 3907d7e7b2f4d2f54e75fe6438407ceaddac8ace..c9933fe0e121d4f7a95f3b7020c655fd6da4ce37 100644 (file)
@@ -26,7 +26,7 @@
         copy JimiProClasses.zip to FOP's lib dir and rename it to jimi-1.0.jar.
     </li>
     <li>Fop has been compiled with
-        <link href="http://java.sun.com/products/java-media/jai/JAI">JAI</link>
+        <link href="http://java.sun.com/products/java-media/jai">JAI</link>
         support. For using JAI you just need to install it.
     </li>
     <li>Links in PDF won't generate multiple link rectangles anymore. If this causes
index 3bd11051d38ad2888c1d46ef9dc541d66ffe4585..368a9a3bf976834566d4532e4c420262ebb45d68 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * $Id$
- * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
- * For details on use and redistribution please refer to the
- * LICENSE file included with these sources.
+ * Copyright (C) 2001-2003 The Apache Software Foundation. All rights
+ * reserved.  For details on use and redistribution please refer to
+ * the LICENSE file included with these sources.
  */
 
 package org.apache.fop.fo.expr;
@@ -47,9 +47,6 @@ public class LabelEndFunction extends FunctionBase {
         labelEnd.addTerm(-1.0, distance);
         labelEnd.addTerm(-1.0, startIndent);
         labelEnd.addTerm(1.0, separation);
-        
-        // make sure value gets calculated
-        labelEnd.computeValue();
 
         return new LengthProperty(labelEnd);
     }