summaryrefslogtreecommitdiff
path: root/sc/inc/calcconfig.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-11-13 15:24:40 +0200
committerTor Lillqvist <tml@collabora.com>2014-11-13 15:24:52 +0200
commit8003afa1f35821e6f8ca8b917b9d446219b6a1ae (patch)
treed44aaa0cbd3f3b657318afaf275abe55a4d0fdcf /sc/inc/calcconfig.hxx
parentd7b8a41282800e9e7d2b44deae372dd23435e444 (diff)
Blacklist has precedence over whitelist, so order them like that
Change-Id: I0cf00abd582aaaaa4be4d385a6ef4f199c7aa0bc
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 d46fa844d23a..40a33b6bcd7b 100644
--- a/sc/inc/calcconfig.hxx
+++ b/sc/inc/calcconfig.hxx
@@ -114,8 +114,8 @@ struct SC_DLLPUBLIC ScCalcConfig
typedef std::set<OpenCLImplMatcher> OpenCLImplMatcherSet;
- OpenCLImplMatcherSet maOpenCLWhiteList;
OpenCLImplMatcherSet maOpenCLBlackList;
+ OpenCLImplMatcherSet maOpenCLWhiteList;
ScCalcConfig();