Kaydet (Commit) 16fd5a6e authored tarafından Eike Rathke's avatar Eike Rathke

propagate original named expression error, if any

... instead of substituting with NoName error.

Change-Id: Id80f46f0f4c17a0fd06abdf821d1cf5ca5d7a3ec
üst c31fe18c
......@@ -4665,7 +4665,7 @@ bool ScCompiler::HandleRange()
{
FormulaError nErr = pRangeData->GetErrCode();
if( nErr != FormulaError::NONE )
SetError( FormulaError::NoName );
SetError( nErr );
else if (mbJumpCommandReorder)
{
// put named formula into parentheses.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment