diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-10-05 10:11:12 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-10-05 10:19:43 -0400 |
commit | 2a154fcf9cea7f9d0c056368a66314ee89d34456 (patch) | |
tree | 4f93d12bcd185352cca7eca03342af43b50c3392 /officecfg/registry | |
parent | d5dd80d1d4e8f1537d41fdf6a716ae4c41ba8db3 (diff) |
Ported always-save-option-*.diff from ooo-build.
A new configuration option to toggle allowing of saves even when
no "modification" has been made.
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 113ecdc11e11..be7d7ebac7f9 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5791,6 +5791,13 @@ </info> <value>false</value> </prop> + <prop oor:name="AlwaysAllowSave" oor:type="xs:boolean"> + <info> + <author>kohei</author> + <desc>Determines if the user can save the document even when it's not modified.</desc> + </info> + <value>false</value> + </prop> <prop oor:name="SymbolSet" oor:type="xs:short"> <!-- UIHints: Tools Options General View --> <info> |