[Libreoffice-commits] .: officecfg/registry

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Nov 12 01:55:32 PST 2012


 officecfg/registry/schema/org/openoffice/Office/Writer.xcs |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit bca28d7a8020948803f9879aaff7eb16774dc548
Author: Cor Nouws <oolst at nouenoff.nl>
Date:   Sun Nov 11 21:58:33 2012 +0100

    fdo#42099 set option Writer Print Automatic.inserted blank pages default OFF
    
    People often get confused when doing mail merge
    or having a document with different page styles.
    
    Change-Id: Ia3f2be5e98d57e988fcbb3eba89cc26323400082
    Reviewed-on: https://gerrit.libreoffice.org/1040
    Reviewed-by: Tor Lillqvist <tml at iki.fi>
    Tested-by: Tor Lillqvist <tml at iki.fi>

diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index 5b55ea4..58725bd 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -2306,14 +2306,14 @@
 				</prop>
 			</group>
                         <prop oor:name="EmptyPages" oor:type="xs:boolean" oor:nillable="false">
-                                <!-- UIHints: Tools - Options - Text document - Print - Other - Print automatically inserted blank pages -->
+			  <!-- UIHints: Tools - Options - Text document - Print - Other - Print automatically inserted blank pages -->
                                 <info>
                                         <author>FME</author>
                                         <desc>Contains settings for printing of empty pages.</desc>
                                         <desc>Specifies that automatically inserted empty pages are printed.</desc>
                                         <label>Print automatically inserted blank pages</label>
                                 </info>
-                                <value>true</value>
+                                <value>false</value>
                         </prop>
                 </group>
 		<group oor:name="Table">


More information about the Libreoffice-commits mailing list