diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/calcconfig.hxx | 2 |
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(); |