From e7ff934f128b34ce2cdf636f9117615ae5a26fb0 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 10 Oct 2012 05:36:22 +0200 Subject: rename autoMin and autoMax to Automatic, disable it for color scales Change-Id: I1f92acfc5603d965b1bc84e7968da56901385eac --- sc/inc/colorscale.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sc/inc/colorscale.hxx') 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 -- cgit