Along with the other ones, that makes a lot of mistakes in just a few commits. I’d be grateful if you could double-check your changes before committing.
Thanks, Vincent On 05/04/11 12:11, vhennebert apache org wrote: > Author: vhennebert > Date: Tue Apr 5 11:11:07 2011 > New Revision: 1088973 > > URL: http://svn.apache.org/viewvc?rev=1088973&view=rev > Log: > Proper fix for Bugzilla 50987 > > Modified: > > xmlgraphics/fop/trunk/src/java/org/apache/fop/render/pdf/PDFLogicalStructureHandler.java > > Modified: > xmlgraphics/fop/trunk/src/java/org/apache/fop/render/pdf/PDFLogicalStructureHandler.java > URL: > http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/pdf/PDFLogicalStructureHandler.java?rev=1088973&r1=1088972&r2=1088973&view=diff > ============================================================================== > --- > xmlgraphics/fop/trunk/src/java/org/apache/fop/render/pdf/PDFLogicalStructureHandler.java > (original) > +++ > xmlgraphics/fop/trunk/src/java/org/apache/fop/render/pdf/PDFLogicalStructureHandler.java > Tue Apr 5 11:11:07 2011 > @@ -296,7 +296,7 @@ class PDFLogicalStructureHandler { > contentItem.put("Pg", this.currentPage); > contentItem.put("Obj", link); > PDFStructElem parent = (PDFStructElem) > structTreeMap.get(structurePointer); > - parentTree.getNums().put(structParent, link); > + parentTree.getNums().put(structParent, parent); > parent.addKid(contentItem); > }
