sw/inc/dbmgr.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 3e23ffa1d9d062da87e37e0400f1e42903e19154 Author: Michael Weghorn <[email protected]> AuthorDate: Wed Oct 16 13:08:57 2019 +0200 Commit: Michael Weghorn <[email protected]> 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 <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
