summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2009-09-01 08:23:11 +0000
committerOliver Specht <os@openoffice.org>2009-09-01 08:23:11 +0000
commitea257cd0fdea3dea0a37bc295e51d26b76b4e157 (patch)
treecc78f48d112a742b56a829cff30e1b8f344bd9de /sw/source/ui/uno
parent9d7b2dc871eff16cefeaefa04faa1272b49da6fd (diff)
#i101242# print after creation of full output document
Diffstat (limited to 'sw/source/ui/uno')
-rw-r--r--sw/source/ui/uno/unomailmerge.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/uno/unomailmerge.cxx b/sw/source/ui/uno/unomailmerge.cxx
index 2679791f07..92ad479309 100644
--- a/sw/source/ui/uno/unomailmerge.cxx
+++ b/sw/source/ui/uno/unomailmerge.cxx
@@ -725,6 +725,7 @@ uno::Any SAL_CALL SwXMailMerge::execute(
// when mail merge is called as command line macro
aMergeDesc.bPrintAsync = sal_False;
aMergeDesc.aPrintOptions = aPrintSettings;
+ aMergeDesc.bCreateSingleFile = true;
}
else /* FILE and MAIL*/
{