Oops.
On 31.08.2005 22:30:49 bckfnn wrote: > Author: bckfnn > Date: Wed Aug 31 13:29:33 2005 > New Revision: 265577 > > URL: http://svn.apache.org/viewcvs?rev=265577&view=rev > Log: > Bugzilla #36379: > Revised percentage resolution system. > Submitted by: Manuel Mall <mm.at.arcus.com.au> > > Slightly modified to avoid early evaluation of getValue(). <snip/> > Added: > xmlgraphics/fop/trunk/src/java/org/apache/fop/datatypes/SimplePercentBaseContext.java > URL: > http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/src/java/org/apache/fop/datatypes/SimplePercentBaseContext.java?rev=265577&view=auto > ============================================================================== > --- > xmlgraphics/fop/trunk/src/java/org/apache/fop/datatypes/SimplePercentBaseContext.java > (added) > +++ > xmlgraphics/fop/trunk/src/java/org/apache/fop/datatypes/SimplePercentBaseContext.java > Wed Aug 31 13:29:33 2005 > @@ -0,0 +1,51 @@ > +/* > + * SimplePercentBaseContext.java > + * > + * Created on 29 August 2005, 17:02 > + * > + * To change this template, choose Tools | Options and locate the template > under > + * the Source Creation and Management node. Right-click the template and > choose > + * Open. You can then make changes to the template in the Source Editor. > + */ > + > +package org.apache.fop.datatypes; > + > +import org.apache.fop.fo.FObj; Jeremias Maerki
