summaryrefslogtreecommitdiff
path: root/sc/inc/viewopti.hxx
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2023-04-13 12:15:46 +0200
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2023-04-14 11:39:06 +0200
commit11bb9c14da13507adeeea8dce863fb4b96a92870 (patch)
tree77731313a7a4630a807a55393d7132e9dda512c3 /sc/inc/viewopti.hxx
parentb9ad48f1939145105ee57470b5c9210bacc8ee45 (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 'sc/inc/viewopti.hxx')
-rw-r--r--sc/inc/viewopti.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/viewopti.hxx b/sc/inc/viewopti.hxx
index b90e1b65f076..52b23c86b978 100644
--- a/sc/inc/viewopti.hxx
+++ b/sc/inc/viewopti.hxx
@@ -46,7 +46,6 @@ enum ScViewOption
VOPT_PAGEBREAKS,
VOPT_SUMMARY,
VOPT_THEMEDCURSOR,
- VOPT_CLIPMARKS,
};
enum ScVObjType
@@ -56,7 +55,7 @@ enum ScVObjType
VOBJ_TYPE_DRAW
};
-#define MAX_OPT sal_uInt16(VOPT_CLIPMARKS)+1
+#define MAX_OPT sal_uInt16(VOPT_THEMEDCURSOR)+1
#define MAX_TYPE sal_uInt16(VOBJ_TYPE_DRAW)+1
// SvxGrid options with standard operators