[Libreoffice-commits] core.git: sw/inc
Michael Weghorn (via logerrit)
logerrit at kemper.freedesktop.org
Wed Oct 16 15:19:05 UTC 2019
sw/inc/dbmgr.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 3e23ffa1d9d062da87e37e0400f1e42903e19154
Author: Michael Weghorn <m.weghorn at posteo.de>
AuthorDate: Wed Oct 16 13:08:57 2019 +0200
Commit: Michael Weghorn <m.weghorn at posteo.de>
CommitDate: Wed Oct 16 17:18:19 2019 +0200
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 at posteo.de>
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;
More information about the Libreoffice-commits
mailing list