summaryrefslogtreecommitdiff
path: root/sc/inc/calcconfig.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-11-05 23:15:20 +0200
committerTor Lillqvist <tml@collabora.com>2014-11-06 11:49:25 +0200
commit97a74ee6b86532ac9c1f5c4b2d0d0a557e5ddb59 (patch)
treec9d2003dc7b16e1ebd44292360c36c85278fe687 /sc/inc/calcconfig.hxx
parentef809ce9480182ea5c4f77843f72d1d45bd48c35 (diff)
Intermediate commit: start on whitelist/blacklist of OpenCL implementations
Change-Id: I5a6ef8f5e428ec4e62b3fdac8fe3e63f0ae58f1b
Diffstat (limited to 'sc/inc/calcconfig.hxx')
-rw-r--r--sc/inc/calcconfig.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/calcconfig.hxx b/sc/inc/calcconfig.hxx
index 3a54efd56a1d..aa286a05196c 100644
--- a/sc/inc/calcconfig.hxx
+++ b/sc/inc/calcconfig.hxx
@@ -52,6 +52,9 @@ struct SC_DLLPUBLIC ScCalcConfig
sal_Int32 mnOpenCLMinimumFormulaGroupSize;
std::set<OpCodeEnum> maOpenCLSubsetOpCodes;
+ std::set<OUString> maOpenCLWhiteList;
+ std::set<OUString> maOpenCLBlackList;
+
ScCalcConfig();
void setOpenCLConfigToDefault();