diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-06 12:30:29 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-06 12:30:29 +0100 |
commit | a57a00bdcafd7d82db40249c46f351eda53956ae (patch) | |
tree | 1a07c7d1a06e6261d9727c9d26b1427bdd784436 /officecfg | |
parent | c9b72802f74d76a1ce2523fe66848678846218b5 (diff) |
default to just printing the formula itself in math, saves space
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Math.xcs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Math.xcs b/officecfg/registry/schema/org/openoffice/Office/Math.xcs index 31f6e00a230a..da1071db7524 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Math.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Math.xcs @@ -240,7 +240,7 @@ <desc>Specifies if the title (filename) is printed.</desc> <label>Title row</label> </info> - <value>true</value> + <value>false</value> </prop> <prop oor:name="FormulaText" oor:type="xs:boolean"> <!-- OldPath: Math/Print --> @@ -251,7 +251,7 @@ <desc>Specifies if the formula text is printed.</desc> <label>Formula text</label> </info> - <value>true</value> + <value>false</value> </prop> <prop oor:name="Frame" oor:type="xs:boolean"> <!-- OldPath: Math/Print --> @@ -259,10 +259,10 @@ <!-- UIHints: Tools - Options Formula Settings - [Section] Print options --> <info> <author>TL</author> - <desc>Specifies if a border is drawn around the formula.</desc> + <desc>Specifies if a border is drawn around the formula when printed.</desc> <label>Border</label> </info> - <value>true</value> + <value>false</value> </prop> <prop oor:name="Size" oor:type="xs:short"> <!-- OldPath: Math/Print --> |