diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-10-10 05:36:22 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-10-10 06:49:18 +0200 |
commit | e7ff934f128b34ce2cdf636f9117615ae5a26fb0 (patch) | |
tree | f4282592f077fe13d8568e27d90f603426e41755 /sc/inc | |
parent | c20486fbffaa2d5ff20dad668c0f28b2c5f20e39 (diff) |
rename autoMin and autoMax to Automatic, disable it for color scales
Change-Id: I1f92acfc5603d965b1bc84e7968da56901385eac
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/colorscale.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/colorscale.hxx b/sc/inc/colorscale.hxx index 146c10b7c28e..7ee92ce09c6e 100644 --- a/sc/inc/colorscale.hxx +++ b/sc/inc/colorscale.hxx @@ -53,8 +53,7 @@ enum ScColorScaleEntryType COLORSCALE_PERCENT, COLORSCALE_PERCENTILE, COLORSCALE_FORMULA, - COLORSCALE_AUTOMIN, - COLORSCALE_AUTOMAX + COLORSCALE_AUTO, }; class SC_DLLPUBLIC ScColorScaleEntry |