diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2018-03-23 18:43:54 +0100 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2018-03-26 23:24:08 +0200 |
commit | 030c30b33b569a38241ac8bd03a2de1fba2313cc (patch) | |
tree | 825cf706b79f0bea6f3d6be2f316e93960865c91 /include | |
parent | f1b19fe29fd568cc8d4c531cb56dccadf2e93927 (diff) |
tdf#116241 Customizing value highlighting colors
Available in: Tools->Options->Application colors
Change-Id: I6e4f7a0dcad9a6ee222275019596853f0cbd3ab0
Reviewed-on: https://gerrit.libreoffice.org/51791
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/colorcfg.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/svtools/colorcfg.hxx b/include/svtools/colorcfg.hxx index 983db90311cb..450eed0e82c0 100644 --- a/include/svtools/colorcfg.hxx +++ b/include/svtools/colorcfg.hxx @@ -61,6 +61,10 @@ enum ColorConfigEntry CALCDETECTIVEERROR , CALCREFERENCE , CALCNOTESBACKGROUND , + CALCVALUE, + CALCFORMULA, + CALCTEXT, + CALCPROTECTEDBACKGROUND, DRAWGRID , BASICIDENTIFIER, BASICCOMMENT , |