[Libreoffice-commits] core.git: sw/source

Julien Nabet serval2412 at yahoo.fr
Sat Nov 21 15:27:49 PST 2015


 sw/source/core/bastyp/calc.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0acf23044bdf003bee2df1e8a3066ed157343401
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Nov 22 00:26:19 2015 +0100

    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

diff --git a/sw/source/core/bastyp/calc.cxx b/sw/source/core/bastyp/calc.cxx
index 52d5eef..1317ec2 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 )
         {


More information about the Libreoffice-commits mailing list