summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-04-05 14:15:58 +0300
committerTor Lillqvist <tml@collabora.com>2017-04-05 14:16:16 +0300
commitf58cff37af294e07938a86900a176984b1e6c655 (patch)
treeeecd5012dad4a822d1b46d87446fbcaa24419d5d /sc
parent8639758d96c4b4da83340315b9eaef57e84bd3a3 (diff)
Clarify message
Change-Id: I177b84c3e664ba665c9223e14b636b1a68684cc1
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/formulacell.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx
index b1de235299b0..30babe066045 100644
--- a/sc/source/core/data/formulacell.cxx
+++ b/sc/source/core/data/formulacell.cxx
@@ -4119,7 +4119,7 @@ bool ScFormulaCell::InterpretFormulaGroup()
if (!ScCalcConfig::isOpenCLEnabled() && !ScCalcConfig::isSwInterpreterEnabled())
{
- aScope.addMessage("opencl not enabled");
+ aScope.addMessage("opencl not enabled and sw interpreter not enabled");
return false;
}