[Libreoffice-commits] core.git: sc/source
Tor Lillqvist
tml at collabora.com
Mon Nov 27 08:06:25 UTC 2017
sc/source/core/data/conditio.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit c5eab0afe11d98a02e1944e6c2e3e515ed1ed2a6
Author: Tor Lillqvist <tml at collabora.com>
Date: Mon Nov 27 10:01:06 2017 +0200
Bin confusing comment, there is no lcl_ScDocFunc_CreateTokenArrayXML
It went away in bffe1113a31bb1f58aafbdba9b50b4232816f2f5 earlier this
year.
Change-Id: I6b7646cfa4b86a4dc0eadf887d72b144625f4216
diff --git a/sc/source/core/data/conditio.cxx b/sc/source/core/data/conditio.cxx
index cd3f8564b54d..4bebfb90c1ea 100644
--- a/sc/source/core/data/conditio.cxx
+++ b/sc/source/core/data/conditio.cxx
@@ -389,7 +389,6 @@ void ScConditionEntry::Compile( const OUString& rExpr1, const OUString& rExpr2,
if ( mpDoc->IsImportingXML() && !bTextToReal )
{
// temporary formula string as string tokens
- //TODO: merge with lcl_ScDocFunc_CreateTokenArrayXML
pFormula1 = new ScTokenArray;
pFormula1->AssignXMLString( rExpr1, rExprNmsp1 );
// bRelRef1 is set when the formula is compiled again (CompileXML)
@@ -427,7 +426,6 @@ void ScConditionEntry::Compile( const OUString& rExpr1, const OUString& rExpr2,
if ( mpDoc->IsImportingXML() && !bTextToReal )
{
// temporary formula string as string tokens
- //TODO: merge with lcl_ScDocFunc_CreateTokenArrayXML
pFormula2 = new ScTokenArray;
pFormula2->AssignXMLString( rExpr2, rExprNmsp2 );
// bRelRef2 is set when the formula is compiled again (CompileXML)
More information about the Libreoffice-commits
mailing list