diff options
author | Szabolcs Dezsi <dezsiszabi@hotmail.com> | 2012-03-06 11:16:07 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-03-06 20:23:35 +0100 |
commit | 78e8d5f0d62f910b8561a1c4fd7ebd8ae4cfb9f8 (patch) | |
tree | ac1c904edd258cf816be463efb40f0cfc8a9430d /officecfg/registry/schema | |
parent | 1889c1af41650576a29c587a0b2cdeaf0d297587 (diff) |
Added option to hide external link buttons on Start Center
This option is useful for Intel AppUp builds. On the other hand,
unused STARTCENTER_LAYOUT_STYLE option was removed.
Diffstat (limited to 'officecfg/registry/schema')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 6a8f8460b9d8..483fc2d3aa7a 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -4144,11 +4144,11 @@ <value/> </prop> <prop - oor:name="StartCenterLayoutStyle" oor:type="xs:int" + oor:name="StartCenterHideExternalLinks" oor:type="xs:int" oor:nillable="false"> <info> - <desc>Contains a number deciding the layout style of the start - center</desc> + <desc>Contains a number deciding whether to show or hide buttons + with external links</desc> </info> <value>0</value> </prop> |