diff options
author | Bogdan B <buzea.bogdan@libreoffice.org> | 2023-11-29 20:46:48 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2023-12-20 09:33:37 +0100 |
commit | 6c535425adae84ab5e841e0b04584481e0874edf (patch) | |
tree | 50f8a2a80b6d5117b88d9023fa166501840a97d2 /sw | |
parent | f78a9d7d86af7d513ec7020ccfa96f6051d45fdc (diff) |
tdf#158105 Change character "background" to "highlighting color"
Change-Id: I98dcc9cf0d2e3306275a25ed83dc5692211ed442
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160037
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Hossein <hossein@libreoffice.org>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/access/AccessibilityCheck.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/access/AccessibilityCheck.cxx b/sw/source/core/access/AccessibilityCheck.cxx index 2e3219765e22..7e32a11d0483 100644 --- a/sw/source/core/access/AccessibilityCheck.cxx +++ b/sw/source/core/access/AccessibilityCheck.cxx @@ -524,7 +524,7 @@ private: return; } // Determine the background color - // Try Character background (highlight) + // Try Character background (Character highlighting color) Color aBackgroundColor(nCharBackColor); // If not character background color, try paragraph background color |