diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-10-14 20:17:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-10-15 21:09:34 +0200 |
commit | 75fd3093ea748e35beca1f903e7828ad82f2372f (patch) | |
tree | 77cab254a15b19c7854460cdb7523594c5078d22 /officecfg | |
parent | 94e3cce5a9d8136d7c36d1ed596b995aaf47c297 (diff) |
tdf#151522 drop Accessibility::AutoDetectSystemHC
which doesn't preclude having a different option to force it
on/off against the system HighContrast mode setting.
Change-Id: Iab9f7f501ac5fd7bb865d07b30b6fad9f1f6809c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141386
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Setup.xcu | 1 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 10 |
2 files changed, 0 insertions, 11 deletions
diff --git a/officecfg/registry/data/org/openoffice/Setup.xcu b/officecfg/registry/data/org/openoffice/Setup.xcu index dacedf277f93..bc1a855e216c 100644 --- a/officecfg/registry/data/org/openoffice/Setup.xcu +++ b/officecfg/registry/data/org/openoffice/Setup.xcu @@ -863,7 +863,6 @@ <it>/org.openoffice.Office.Paths</it> <it>/org.openoffice.Office.Recovery</it> <it>/org.openoffice.Office.Common/Accessibility</it> - <it>/org.openoffice.Office.Common/Accessibility/AutoDetectSystemHC</it> <it>/org.openoffice.Office.Common/AsianLayout</it> <it>/org.openoffice.Office.Common/AutoCorrect</it> <it>/org.openoffice.Office.Common/Cache</it> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 235c5d2cd679..89adf15bd234 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -6188,16 +6188,6 @@ <info> <desc>Specifies settings for the accessibility options.</desc> </info> - <prop oor:name="AutoDetectSystemHC" oor:type="xs:boolean" oor:nillable="false"> - <info> - <desc>Enables the automatic detection of a high contrast mode set for - your desktop. Some OS' do not provide this option explicitly, but - allow the user to choose a color scheme that is HC-compliant - implicitly, which is recognized if the option is set.</desc> - <label>detect system's high contrast</label> - </info> - <value>false</value> - </prop> <prop oor:name="IsForPagePreviews" oor:type="xs:boolean" oor:nillable="false"> <info> <desc>Enables the use of high contrast colors, instead of displaying |