officecfg/registry/data/org/openoffice/VCL.xcu | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 37c3e57c788fb5ad931126ea233093d87ac3dbc3 Author: Gabor Kelemen <kelem...@ubuntu.com> Date: Fri Nov 11 13:46:54 2016 +0100 tdf#103703 Turn on single print jobs for collated prints by default This way when printing documents with odd number of pages and collated printing is selected the first page of the second copy is not printed to the empty last page of the firs copy. Change-Id: Ie4d9f6952e39581690c396665a9894970be54b6b Reviewed-on: https://gerrit.libreoffice.org/30774 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: jan iversen <j...@documentfoundation.org> diff --git a/officecfg/registry/data/org/openoffice/VCL.xcu b/officecfg/registry/data/org/openoffice/VCL.xcu index 7319470..11a74dc 100644 --- a/officecfg/registry/data/org/openoffice/VCL.xcu +++ b/officecfg/registry/data/org/openoffice/VCL.xcu @@ -47,6 +47,9 @@ <prop oor:name="CollateBox" oor:op="replace" oor:type="xs:string"> <value>Default</value> </prop> + <prop oor:name="CollateSingleJobs" oor:op="replace" oor:type="xs:string"> + <value>true</value> + </prop> </node> <node oor:name="WM" oor:op="replace"> <prop oor:name="ShouldSwitchWorkspace" oor:op="replace" oor:type="xs:string"> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits