diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-12-17 11:57:06 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-12-17 12:55:40 -0500 |
commit | 97b583a7bfb5dc9000290c3bdc8df8751a97d65d (patch) | |
tree | de102bd416e30823b2be4f09e061936c9ecdce03 /sc/inc/formulaopt.hxx | |
parent | f828e91d1b2f0491e3d1c724ddd12f1b9177f466 (diff) |
Change the order of always, never, ask enumerations.
This tri-state option is commonly ordered ask-always-never or
always-never-ask, but not always-ask-never, which is not very common.
Change-Id: Ie3a3d1b40397b5cd7d28e64948a2b946bb619b49
Diffstat (limited to 'sc/inc/formulaopt.hxx')
-rw-r--r-- | sc/inc/formulaopt.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/inc/formulaopt.hxx b/sc/inc/formulaopt.hxx index bf12fce9e880..fe585fe43cc0 100644 --- a/sc/inc/formulaopt.hxx +++ b/sc/inc/formulaopt.hxx @@ -37,14 +37,6 @@ #include "global.hxx" #include "calcconfig.hxx" -// have to match the registry values -enum ScRecalcOptions -{ - RECALC_ALWAYS = 0, - RECALC_ASK = 1, - RECALC_NEVER = 2 -}; - class SC_DLLPUBLIC ScFormulaOptions { private: |