Fix for images export
This commit is contained in:
parent
53abcf9ecd
commit
546036a78b
2 changed files with 3 additions and 1 deletions
|
@ -72,6 +72,7 @@ public class BinaryGraphicsDocument implements OutputFile {
|
|||
public BinaryGraphicsDocument(BinaryGraphicsDocument bgd) {
|
||||
this.sFileName = bgd.getFileName();
|
||||
this.sMimeType = bgd.getMIMEType();
|
||||
this.blob = bgd.getData();
|
||||
this.bAcceptedFormat = bgd.isAcceptedFormat();
|
||||
this.bRecycled = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue