summaryrefslogtreecommitdiff
path: root/sw/inc/dbmgr.hxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2009-08-06 12:40:39 +0000
committerCarsten Driesner <cd@openoffice.org>2009-08-06 12:40:39 +0000
commit063c55820f1f7b21f2999d9a5f8a0e18078c3f32 (patch)
tree77e172d9c30ec8427cae17392bb764e35cb217d9 /sw/inc/dbmgr.hxx
parent1b4b6cfb19e8e73c804ac394394311581a4618c9 (diff)
#i92516# Fix mail merge with new printing function. Don't set SID_ASYNCHRON to true for normal mail merge operations
Diffstat (limited to 'sw/inc/dbmgr.hxx')
-rw-r--r--sw/inc/dbmgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx
index 0c359bd05cdb..9e13058e90e6 100644
--- a/sw/inc/dbmgr.hxx
+++ b/sw/inc/dbmgr.hxx
@@ -184,7 +184,7 @@ struct SwMergeDescriptor
rDescriptor(rDesc),
bSendAsHTML( sal_True ),
bSendAsAttachment( sal_False ),
- bPrintAsync( sal_True ),
+ bPrintAsync( sal_False ),
bCreateSingleFile( sal_False ),
pMailMergeConfigItem(0)
{}