summaryrefslogtreecommitdiff
path: root/sc/inc/calcconfig.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-01-04 13:59:58 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-01-04 14:47:18 +0000
commitc8597274c31ed2ba59b5f2c6f555099aa9928f39 (patch)
tree160c58cff07e45a01a5c58327b673207efe3db81 /sc/inc/calcconfig.hxx
parentd279115a14faab0005c4dd20e2b2be43a4849b18 (diff)
merge OpCodeEnum and OpCode
and replace ifdef hackery with an explicit underlying type Change-Id: Ibd340cf28d022af545a82e98e623d4c137ff7e53
Diffstat (limited to 'sc/inc/calcconfig.hxx')
-rw-r--r--sc/inc/calcconfig.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/calcconfig.hxx b/sc/inc/calcconfig.hxx
index 1477134511de..7cc8fadcc7d0 100644
--- a/sc/inc/calcconfig.hxx
+++ b/sc/inc/calcconfig.hxx
@@ -49,7 +49,7 @@ struct SC_DLLPUBLIC ScCalcConfig
OUString maOpenCLDevice;
sal_Int32 mnOpenCLMinimumFormulaGroupSize;
- typedef std::set<OpCodeEnum> OpCodeSet;
+ typedef std::set<OpCode> OpCodeSet;
OpCodeSet maOpenCLSubsetOpCodes;