diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2023-04-13 12:15:46 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2023-04-14 11:39:06 +0200 |
commit | 11bb9c14da13507adeeea8dce863fb4b96a92870 (patch) | |
tree | 77731313a7a4630a807a55393d7132e9dda512c3 /include/svtools | |
parent | b9ad48f1939145105ee57470b5c9210bacc8ee45 (diff) |
[API CHANGE] Related tdf#154080 - Allow customization of comment indicator color
* Calc > View option replaced by a new application color
* Border not only in highcontrast mode but always shown
* Border color depending on cell/sheet background
The previous option TextOverflow in Calc.xcs was replaced by
CalcTextOverflow in UI.xcs in order to combine color and on/off
with the accepted drawback of incompatibility.
The alternative, keeping the color separate from the toggle, would
separate the options and was rejected therefore.
Change-Id: Ie3e469163485d8eb1cffc7022e1518ad20e8e54e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150340
Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/colorcfg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svtools/colorcfg.hxx b/include/svtools/colorcfg.hxx index 8cf02dec72f8..1a6550767abb 100644 --- a/include/svtools/colorcfg.hxx +++ b/include/svtools/colorcfg.hxx @@ -58,6 +58,7 @@ enum ColorConfigEntry CALCPAGEBREAKMANUAL, CALCPAGEBREAKAUTOMATIC, CALCHIDDENROWCOL , + CALCTEXTOVERFLOW , CALCDETECTIVE , CALCDETECTIVEERROR , CALCREFERENCE , |