diff options
author | Cor Nouws <oolst@nouenoff.nl> | 2012-11-11 21:58:33 +0100 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-11-12 09:55:13 +0000 |
commit | bca28d7a8020948803f9879aaff7eb16774dc548 (patch) | |
tree | ae2a04854bffa4421d233e78e1c0b710625c41c1 /officecfg | |
parent | 40e9afbf745bdac5f8fb27fd8f2205cde6683697 (diff) |
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@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index 5b55ea43b73f..58725bdda0ba 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"> |