summaryrefslogtreecommitdiff
path: root/sc/inc/viewopti.hxx
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2023-03-29 15:12:58 +0200
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2023-04-04 10:53:56 +0200
commit2039fd382af9d110bd68be8629ab757b3617926a (patch)
treebec3207a15f0b36b52dfdbf10a2f81e98b118130 /sc/inc/viewopti.hxx
parentf4a0b43d729fff169a2152a04aaa1369a4d4f9d6 (diff)
Resolves tdf#154446 - Remove redundant option for grid line color
Change-Id: I41d39b763e651f90660f2a451ed0a9b473ead206 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149715 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sc/inc/viewopti.hxx')
-rw-r--r--sc/inc/viewopti.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/viewopti.hxx b/sc/inc/viewopti.hxx
index cd641198753b..b90e1b65f076 100644
--- a/sc/inc/viewopti.hxx
+++ b/sc/inc/viewopti.hxx
@@ -59,10 +59,6 @@ enum ScVObjType
#define MAX_OPT sal_uInt16(VOPT_CLIPMARKS)+1
#define MAX_TYPE sal_uInt16(VOBJ_TYPE_DRAW)+1
-// SC_STD_GRIDCOLOR is obsolete since tdf#152184 since GridColor == COL_AUTO
-// converts now to either light or dark but still used on options > view > visual aids
-#define SC_STD_GRIDCOLOR COL_LIGHTGRAY
-
// SvxGrid options with standard operators
class ScGridOptions : public SvxOptionsGrid