sc/source/core/data/formulacell.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f58cff37af294e07938a86900a176984b1e6c655 Author: Tor Lillqvist <[email protected]> Date: Wed Apr 5 14:15:58 2017 +0300 Clarify message Change-Id: I177b84c3e664ba665c9223e14b636b1a68684cc1 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; } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
