From: Joerg Pietschmann Date: Tue, 11 Feb 2003 19:47:25 +0000 (+0000) Subject: Fixed JAI URL. X-Git-Tag: fop-0_20_5rc2~18 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=88cd278f6cb5a49b93fd834fd1ba86c823cb54b4;p=xmlgraphics-fop.git Fixed JAI URL. 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 --- diff --git a/src/documentation/content/xdocs/relnotes.xml b/src/documentation/content/xdocs/relnotes.xml index 3907d7e7b..c9933fe0e 100644 --- a/src/documentation/content/xdocs/relnotes.xml +++ b/src/documentation/content/xdocs/relnotes.xml @@ -26,7 +26,7 @@ copy JimiProClasses.zip to FOP's lib dir and rename it to jimi-1.0.jar.
  • Fop has been compiled with - JAI + JAI support. For using JAI you just need to install it.
  • Links in PDF won't generate multiple link rectangles anymore. If this causes diff --git a/src/org/apache/fop/fo/expr/LabelEndFunction.java b/src/org/apache/fop/fo/expr/LabelEndFunction.java index 3bd11051d..368a9a3bf 100644 --- a/src/org/apache/fop/fo/expr/LabelEndFunction.java +++ b/src/org/apache/fop/fo/expr/LabelEndFunction.java @@ -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); }