summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-15 15:04:15 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-16 00:24:06 +0200
commite7b440a0afd700cfeed5418ad85a874ecae24100 (patch)
tree0060ba4627c1bb9f48b68aab0b5160f5283fc854 /sc
parent0b468babb2aab1cc2910e2ad967584b6ea34b698 (diff)
remove no longer used enumeration
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/conditio.hxx7
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