Kaydet (Commit) 894818ff authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use FormulaTokenArray::FirstRPNToken()

Change-Id: I834ad8cd53e2c52ae6cd8f78d5bec0870b0d5c3f
üst 83358557
...@@ -7830,7 +7830,7 @@ void ScInterpreter::ScIndirect() ...@@ -7830,7 +7830,7 @@ void ScInterpreter::ScIndirect()
if (pArr->GetCodeLen() != 1) if (pArr->GetCodeLen() != 1)
break; break;
ScTokenRef xTok( pArr->FirstRPN()); ScTokenRef xTok( pArr->FirstRPNToken());
if (!xTok) if (!xTok)
break; break;
......
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