summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-11-21 23:39:07 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-11-22 09:10:42 +0100
commit1d9eed341db208f11de6f020538dfdb74a5c48dd (patch)
treebedfc1cfa76e756d3dacfd72ea74d03428477989 /sc
parent39d9bdb1e30e5f3f9d5ca8153b53eafe0bad59a3 (diff)
Fix typo
Change-Id: I591214b246f7702e52f71b95cdc2255bc296224b Reviewed-on: https://gerrit.libreoffice.org/45063 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
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 987eed152f47..3aaf87a1e629 100644
--- a/sc/source/core/data/formulacell.cxx
+++ b/sc/source/core/data/formulacell.cxx
@@ -4326,7 +4326,7 @@ bool ScFormulaCell::InterpretFormulaGroup()
static const bool bThreadingProhibited = std::getenv("SC_NO_THREADED_CALCULATION");
- // To temporary use threading for sc unit tests regardless of the size of the formula group,
+ // To temporarily use threading for sc unit tests regardless of the size of the formula group,
// add the condition !std::getenv("LO_TESTNAME") below (with &&)
if (GetWeight() < ScInterpreter::GetGlobalConfig().mnOpenCLMinimumFormulaGroupSize)
{