diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2016-07-30 15:26:07 +0200 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2016-07-30 15:02:25 +0000 |
commit | b6a698b093f78dc90836d502db3d0276f335fbfe (patch) | |
tree | 7feb1d495369c701e910b13adb5547da3a751779 /sw/inc/dbmgr.hxx | |
parent | 462d2311384e71ab76f9d8d357d2bc1375490b13 (diff) |
tdf#95251 MM just allow print as single document
Remove kept block from revert of
138d29aa09417eba4d15ade4c9f4dab2620b6326
After this revert MM just supports pinting via a single merged
document. Printing as inidividual files should have still worked,
but as a workaround we remove this functionality, until the print
backend can handle multiple-file print jobs correctly.
Change-Id: I70d0852cdcc369b0fc9f344086830f15d8dea451
Reviewed-on: https://gerrit.libreoffice.org/27721
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'sw/inc/dbmgr.hxx')
-rw-r--r-- | sw/inc/dbmgr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx index c14f20a2ed96..af2f73aa7319 100644 --- a/sw/inc/dbmgr.hxx +++ b/sw/inc/dbmgr.hxx @@ -209,7 +209,7 @@ struct SwMergeDescriptor bSendAsAttachment( false ), pMailMergeConfigItem( nullptr ) { - if( nType == DBMGR_MERGE_SHELL ) + if( nType == DBMGR_MERGE_SHELL || nType == DBMGR_MERGE_PRINTER ) bCreateSingleFile = true; } }; |