You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Vincent Hennebert <vh...@gmail.com> on 2011/04/05 13:14:41 UTC

Re: svn commit: r1088973 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/render/pdf/PDFLogicalStructureHandler.java

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);
>      }

Re: svn commit: r1088973 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/render/pdf/PDFLogicalStructureHandler.java

Posted by Simon Pepping <sp...@leverkruid.eu>.
I would rather have a more collaborative tone than your gratefulness.
Simon

On Tue, Apr 05, 2011 at 12:14:41PM +0100, Vincent Hennebert wrote:
> 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