diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-15 15:04:15 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-16 00:24:06 +0200 |
commit | e7b440a0afd700cfeed5418ad85a874ecae24100 (patch) | |
tree | 0060ba4627c1bb9f48b68aab0b5160f5283fc854 | |
parent | 0b468babb2aab1cc2910e2ad967584b6ea34b698 (diff) |
remove no longer used enumeration
-rw-r--r-- | sc/inc/conditio.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx index 2567f7905527..66db567b213c 100644 --- a/sc/inc/conditio.hxx +++ b/sc/inc/conditio.hxx @@ -66,13 +66,6 @@ enum ScConditionMode SC_COND_NONE }; -enum ScConditionValType -{ - SC_VAL_VALUE, - SC_VAL_STRING, - SC_VAL_FORMULA -}; - class ScConditionalFormat; class SC_DLLPUBLIC ScConditionEntry |