summaryrefslogtreecommitdiff
path: root/sc/inc/calcconfig.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-11-24 18:08:55 +0200
committerTor Lillqvist <tml@collabora.com>2014-11-24 20:21:46 +0200
commit3a58704459a8e60ecca337a247331ac55b7672d3 (patch)
treefadd73c759271a852e0cece5e0f37f7ef3a04341 /sc/inc/calcconfig.hxx
parent4950c30e633ac2d1a12a9e4b086478ac7d4f790c (diff)
Make whether to use OpenCL or not a global option
Add a toggle to the "General" page. Change-Id: If35b1472032706b09a3bc3499c55cbd3ac2e13ac
Diffstat (limited to 'sc/inc/calcconfig.hxx')
-rw-r--r--sc/inc/calcconfig.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/calcconfig.hxx b/sc/inc/calcconfig.hxx
index 2b93fa3bb171..0a27d1b3be1a 100644
--- a/sc/inc/calcconfig.hxx
+++ b/sc/inc/calcconfig.hxx
@@ -96,7 +96,6 @@ struct SC_DLLPUBLIC ScCalcConfig
StringConversion meStringConversion;
bool mbEmptyStringAsZero:1;
- bool mbOpenCLEnabled:1;
bool mbOpenCLSubsetOnly:1;
bool mbOpenCLAutoSelect:1;
OUString maOpenCLDevice;