[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source
Kohei Yoshida
kohei.yoshida at gmail.com
Mon Apr 29 16:25:18 PDT 2013
sc/source/core/data/formulacell.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit b1e2e5973f7fe2da67213599c060574dfb661ae9
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Mon Apr 29 19:27:41 2013 -0400
We don't need this code.
Change-Id: I7be5869672be17faefd369d03f69cac5ed2d03b6
diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx
index 7e85225..7158b69 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();
More information about the Libreoffice-commits
mailing list