]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
huh. Minor change didn't get committed. Fixed the build error by allowing
authorSteve Coffman <gears@apache.org>
Fri, 21 Apr 2000 17:37:04 +0000 (17:37 +0000)
committerSteve Coffman <gears@apache.org>
Fri, 21 Apr 2000 17:37:04 +0000 (17:37 +0000)
PDFPathPaint to construct with no PDF object number, which in turn lets
PDFColor construct so that it doesn't actually output as a distinct PDF
Object, but is limited to being part of a stream.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193336 13f79535-47bb-0310-9956-ffa450edef68

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

index 6563775196060efa1df95b84277a55a751d2da03..88f6bedb13af987bd7bedcb87d00f30e9f040c75 100644 (file)
@@ -77,7 +77,9 @@ public abstract class PDFObject {
     public PDFObject(int number) {
        this.number = number;
     }
-
+       public PDFObject() {
+               //do nothing
+       }
     /**
      * write the PDF represention of this object
      *