Bf: [2808946] createXML only returns the value false
https://sourceforge.net/tracker/?func=detail&aid=2808946&group_id=176962&atid=879332
This commit is contained in:
parent
3085894897
commit
c42dfdcca7
|
@ -729,6 +729,7 @@ queued-job-count = 0 (class javax.print.attribute.standard.QueuedJobCount)
|
||||||
m_printData.createXML(new StreamResult(writer));
|
m_printData.createXML(new StreamResult(writer));
|
||||||
writer.flush();
|
writer.flush();
|
||||||
writer.close();
|
writer.close();
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue