diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2021-06-08 18:12:49 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-06-15 15:03:24 +0200 |
commit | 10ff27cc4f01693865599d24caf7ab80d95232e0 (patch) | |
tree | 0714bd4795bb6921768376b01e45b8fb026caa63 /sc/inc/viewopti.hxx | |
parent | 3ac07d7f1bcce4a9ff0d989381a0a3443fe0a5c8 (diff) |
Resolves tdf#142499 - Make fat cross cursor optional
Change-Id: I9a9182f8783f951e49cdb8f897578f99281c25d1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116858
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sc/inc/viewopti.hxx')
-rw-r--r-- | sc/inc/viewopti.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/viewopti.hxx b/sc/inc/viewopti.hxx index 313a69ad278e..829fb451442c 100644 --- a/sc/inc/viewopti.hxx +++ b/sc/inc/viewopti.hxx @@ -44,6 +44,7 @@ enum ScViewOption VOPT_ANCHOR, VOPT_PAGEBREAKS, VOPT_SUMMARY, + VOPT_THEMEDCURSOR, VOPT_CLIPMARKS, }; |