https://issues.apache.org/ooo/show_bug.cgi?id=121143
--- Comment #4 from Ariel Constenla-Haile <[email protected]> --- The problem isn't in the mail service component (mailmerge.py), but in the application code. On a non-pro build there is an assertion in sw/source/ui/dbui/mmoutputpage.cxx http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/ui/dbui/mmoutputpage.cxx?revision=1413471&view=markup#l1340 The file is first exported, with writer8 filter, to sTargetTempURL, then for each merged file an HTML document is created (SfxStringItem aName). When creating an SfxMedium from this file, it has no input stream. This misbehavior is reproducible also when exporting the document as plain text mail body. When attaching the document as PDF, some mails have a 0 bytes PDF, this might be a related bug. -- You are receiving this mail because: You are the assignee for the bug.
