diff options
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 947067145fd0..9463ff5b7861 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2438,6 +2438,29 @@ <info> <desc>Contains security specific Office settings.</desc> </info> + <prop oor:name="LoadExoticFileFormats" oor:type="xs:int" oor:nillable="false"> + <info> + <desc>Determines how exotic file formats should be handled.</desc> + </info> + <constraints> + <enumeration oor:value="0"> + <info> + <desc>Refuse loading without question</desc> + </info> + </enumeration> + <enumeration oor:value="1"> + <info> + <desc>Display a warning and let the user decide</desc> + </info> + </enumeration> + <enumeration oor:value="2"> + <info> + <desc>Always load without question</desc> + </info> + </enumeration> + </constraints> + <value>2</value> + </prop> <prop oor:name="EnableExpertConfiguration" oor:type="xs:boolean" oor:nillable="false"> <info> <desc>Determines if the user has access to the entire |