[Libreoffice-commits] core.git: officecfg/registry

Gabor Kelemen kelemeng at ubuntu.com
Mon Nov 14 10:14:54 UTC 2016


 officecfg/registry/data/org/openoffice/VCL.xcu |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 37c3e57c788fb5ad931126ea233093d87ac3dbc3
Author: Gabor Kelemen <kelemeng at 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 <ci at libreoffice.org>
    Reviewed-by: jan iversen <jani at 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">


More information about the Libreoffice-commits mailing list