]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
FOP-2244: Encrypted image colorspace fails; patch submitted by Simon Steiner
authorLuis Bernardo <lbernardo@apache.org>
Tue, 30 Apr 2013 22:38:13 +0000 (22:38 +0000)
committerLuis Bernardo <lbernardo@apache.org>
Tue, 30 Apr 2013 22:38:13 +0000 (22:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1477861 13f79535-47bb-0310-9956-ffa450edef68

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

index 0948a7d2b8e30ae9e198f7d843872ccabd0971be..41eed4885dda9a8689ca324747d110feedce9eb8 100644 (file)
@@ -52,6 +52,7 @@ public abstract class AbstractPDFStream extends PDFObject {
 
     protected AbstractPDFStream(PDFDictionary dictionary, boolean encodeOnTheFly) {
         this.dictionary = dictionary;
+        dictionary.setParent(this);
         this.encodeOnTheFly = encodeOnTheFly;
     }