Kaydet (Commit) 6b1ba4e0 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

We don't need this code.

Change-Id: I7be5869672be17faefd369d03f69cac5ed2d03b6
üst e38d20c1
...@@ -3132,8 +3132,6 @@ bool ScFormulaCell::InterpretFormulaGroup() ...@@ -3132,8 +3132,6 @@ bool ScFormulaCell::InterpretFormulaGroup()
ScCompiler aComp(pDocument, aPos, aCode2); ScCompiler aComp(pDocument, aPos, aCode2);
aComp.SetGrammar(pDocument->GetGrammar()); aComp.SetGrammar(pDocument->GetGrammar());
OUStringBuffer aBuf;
aComp.CreateStringFromTokenArray(aBuf);
aComp.CompileTokenArray(); // Create RPN token array. aComp.CompileTokenArray(); // Create RPN token array.
ScInterpreter aInterpreter(pDest, pDocument, aTmpPos, aCode2); ScInterpreter aInterpreter(pDest, pDocument, aTmpPos, aCode2);
aInterpreter.Interpret(); aInterpreter.Interpret();
......
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