summaryrefslogtreecommitdiffstats
path: root/sc/inc
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-11-30 09:44:19 +0100
committerJan Holesovsky <kendy@collabora.com>2015-12-01 16:40:44 +0100
commitbd8a89f208c71e51921d5f090179b99b45cc0a5f (patch)
tree76884fe22a5167ae48cd8a94b7e7d75b08ddcaa7 /sc/inc
parenttdf#88443:percent value fixed (diff)
downloadcore-bd8a89f208c71e51921d5f090179b99b45cc0a5f.tar.gz
core-bd8a89f208c71e51921d5f090179b99b45cc0a5f.zip
sc interpreter: Don't hide S/W Interpreter behind an environment variable.
Instead provide a user setting that can be enabled so that the S/W Interpreter is used on a subset of the operations. The operations for which it is used are controlled by a whitelist in ScCalcConfig::setOpenCLConfigToDefault(). Change-Id: I7d3f3a864fcb1231e5484ec23961f14fca1466c5
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/calcconfig.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/calcconfig.hxx b/sc/inc/calcconfig.hxx
index ec355cfdb844..eaf4f36f143b 100644
--- a/sc/inc/calcconfig.hxx
+++ b/sc/inc/calcconfig.hxx
@@ -49,6 +49,7 @@ struct SC_DLLPUBLIC ScCalcConfig
bool mbHasStringRefSyntax:1;
static bool isOpenCLEnabled();
+ static bool isSwInterpreterEnabled();
bool mbOpenCLSubsetOnly:1;
bool mbOpenCLAutoSelect:1;