Browse Source

Fix: don't increment page count twice


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193314 13f79535-47bb-0310-9956-ffa450edef68
tags/pre-columns
fotis 24 years ago
parent
commit
4bcf0b3249
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/org/apache/fop/pdf/PDFPages.java

+ 0
- 1
src/org/apache/fop/pdf/PDFPages.java View 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();

Loading…
Cancel
Save