diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-11-27 10:01:06 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-11-27 10:05:29 +0200 |
commit | c5eab0afe11d98a02e1944e6c2e3e515ed1ed2a6 (patch) | |
tree | 3c2406b15d7c914fc67219753ae6b8a12b146f08 /sc/source/core | |
parent | b1f829dae5cacc595f78c9647ce8487ca22225af (diff) |
Bin confusing comment, there is no lcl_ScDocFunc_CreateTokenArrayXML
It went away in bffe1113a31bb1f58aafbdba9b50b4232816f2f5 earlier this
year.
Change-Id: I6b7646cfa4b86a4dc0eadf887d72b144625f4216
Diffstat (limited to 'sc/source/core')
-rw-r--r-- | sc/source/core/data/conditio.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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) |