]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fix: don't increment page count twice
authorfotis <fotis@unknown>
Sun, 26 Mar 2000 10:39:04 +0000 (10:39 +0000)
committerfotis <fotis@unknown>
Sun, 26 Mar 2000 10:39:04 +0000 (10:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193314 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/pdf/PDFPages.java

index 7453f6be3aff9190d1a005662ce8d70d691bd2f4..70b63b23cce0bfaf53c69d413638935d9f4075e0 100644 (file)
@@ -88,7 +88,6 @@ public class PDFPages extends PDFObject {
      * @param page the PDFPage to add.
      */
     public void addPage(PDFPage page) {
-       this.count++;
        this.kids.addElement(page);
        page.setParent(this);
         this.incrementCount();