diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2022-11-04 20:31:22 +0200 |
---|---|---|
committer | Rafael Lima <rafael.palma.lima@gmail.com> | 2022-11-17 19:17:58 +0100 |
commit | 0aa61812a87ac466bea4b35cba75a4e986be8c7f (patch) | |
tree | 7b3c0d9fd0f5e6a4ea69b3d7805d1b1a222ca21d /officecfg/registry/data | |
parent | 50582d73c61165f17c38ce28f216739a3a34664b (diff) |
tdf#151904 Make grammar mistake color configurable
This patch creates a new color entry in Tools - Options - Application Colors for "Grammar mistakes". Default values are also set for the "LibreOffice" and "LibreOffice dark" schemes.
This patch also applies the selected color to the document, as well as in the SpellChecker dialog.
Change-Id: I07f79da9858b675b330540cf08cf389dce39228d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142294
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
Diffstat (limited to 'officecfg/registry/data')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI.xcu | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI.xcu b/officecfg/registry/data/org/openoffice/Office/UI.xcu index fa0bdde9216d..f2c763c4d024 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI.xcu @@ -198,6 +198,11 @@ <value xsi:nil="true"/> </prop> </node> + <node oor:name="Grammar"> + <prop oor:name="Color"> + <value xsi:nil="true"/> + </prop> + </node> <node oor:name="SmartTags"> <prop oor:name="Color"> <value xsi:nil="true"/> @@ -491,6 +496,11 @@ <value>13181214</value> </prop> </node> + <node oor:name="Grammar"> + <prop oor:name="Color"> + <value>7512015</value> + </prop> + </node> <node oor:name="SmartTags"> <prop oor:name="Color"> <value>7865203</value> |