summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-11-22 00:26:19 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-11-22 00:26:19 +0100
commit0acf23044bdf003bee2df1e8a3066ed157343401 (patch)
treec69f0c6c51bcd68a05931596f40bd1b6caa6b81f
parent1ef899470fe85915b7ea3d22b29161977689c129 (diff)
Revert "tdf#95687: Wrong function names in Formula Writer are considered as SUM"
This reverts commit 010ed5e6f4505647b0f9043d1cf5001db2057e0d. The fix was too naive and generated a problem during PythonTest_sw_python with set_expression test
-rw-r--r--sw/source/core/bastyp/calc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/bastyp/calc.cxx b/sw/source/core/bastyp/calc.cxx
index 52d5eef3f93e..1317ec2bb204 100644
--- a/sw/source/core/bastyp/calc.cxx
+++ b/sw/source/core/bastyp/calc.cxx
@@ -713,7 +713,7 @@ SwCalcOper SwCalc::GetToken()
}
aVarName = aName;
eCurrOper = CALC_NAME;
- bSetError = true;
+ bSetError = false;
}
else if ( aRes.TokenType & KParseType::DOUBLE_QUOTE_STRING )
{