diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2016-11-11 13:46:54 +0100 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-11-14 10:14:29 +0000 |
commit | 37c3e57c788fb5ad931126ea233093d87ac3dbc3 (patch) | |
tree | df6adc715f337230482726c284282349a3611dc8 /officecfg | |
parent | 757a60d01dd152aadab2ba3c8224252481ce8a88 (diff) |
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 <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/VCL.xcu | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/VCL.xcu b/officecfg/registry/data/org/openoffice/VCL.xcu index 7319470e6526..11a74dcb30d6 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"> |