summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-04-29 19:27:41 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-04-30 13:10:44 -0400
commit6b1ba4e0f45e4a3927b7fce991327a19d09a1798 (patch)
treeb09529e2f1c5496d347291d3eeeb394ef4992377 /sc
parente38d20c1e1146f2510f8482ea82fd0af3be67325 (diff)
We don't need this code.
Change-Id: I7be5869672be17faefd369d03f69cac5ed2d03b6
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/formulacell.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx
index 7e85225cd0db..7158b69f9951 100644
--- a/sc/source/core/data/formulacell.cxx
+++ b/sc/source/core/data/formulacell.cxx
@@ -3132,8 +3132,6 @@ bool ScFormulaCell::InterpretFormulaGroup()
ScCompiler aComp(pDocument, aPos, aCode2);
aComp.SetGrammar(pDocument->GetGrammar());
- OUStringBuffer aBuf;
- aComp.CreateStringFromTokenArray(aBuf);
aComp.CompileTokenArray(); // Create RPN token array.
ScInterpreter aInterpreter(pDest, pDocument, aTmpPos, aCode2);
aInterpreter.Interpret();