You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by bc...@apache.org on 2004/10/20 15:42:41 UTC

cvs commit: xml-fop/src/java/org/apache/fop/layoutmgr PageNumberCitationLayoutManager.java

bckfnn      2004/10/20 06:42:41

  Modified:    src/java/org/apache/fop/layoutmgr
                        PageNumberCitationLayoutManager.java
  Log:
  Consistent definition of fobj.
  
  Revision  Changes    Path
  1.9       +2 -2      xml-fop/src/java/org/apache/fop/layoutmgr/PageNumberCitationLayoutManager.java
  
  Index: PageNumberCitationLayoutManager.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/layoutmgr/PageNumberCitationLayoutManager.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- PageNumberCitationLayoutManager.java	20 Oct 2004 13:19:24 -0000	1.8
  +++ PageNumberCitationLayoutManager.java	20 Oct 2004 13:42:41 -0000	1.9
  @@ -32,7 +32,7 @@
    */
   public class PageNumberCitationLayoutManager extends LeafNodeLayoutManager {
   
  -    PageNumberCitation fobj;
  +    private PageNumberCitation fobj;
       Font font = null;
       
       // whether the page referred to by the citation has been resolved yet
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org