summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2019-10-16 13:08:57 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2019-10-16 17:18:19 +0200
commit3e23ffa1d9d062da87e37e0400f1e42903e19154 (patch)
treea41451da1fbb0de4eb5b0c12814c3e5396a9cf04 /sw
parentc8c10f0651ce18a793f4281efe914387a0abff29 (diff)
SwMergeDescriptor::bCreateSingleFile only affects "FILE" mode
As of now, "PRINTER" doesn't support bCreateSingleFile=false any more, s. https://gerrit.libreoffice.org/#/c/80884/ which already updates the README. Change-Id: Ifcff238c3f497afd84279a485f324f0978c4e884 Reviewed-on: https://gerrit.libreoffice.org/80885 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/dbmgr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx
index 991062424c35..6494c54dcfcb 100644
--- a/sw/inc/dbmgr.hxx
+++ b/sw/inc/dbmgr.hxx
@@ -143,8 +143,8 @@ struct SwMergeDescriptor
/**
* Create a single or multiple results
*
- * This currently just affects FILE and PRINTER, as EMAIL is always
- * multiple and SHELL is always single.
+ * This currently just affects FILE, as EMAIL is always
+ * multiple and SHELL and PRINTER are always single.
*/
bool bCreateSingleFile;