calc58: #i113820# make TEXT treat string results and inline strings identical to referenced cell text
This commit is contained in:
parent
73f30fce2f
commit
f1bcc22031
1 changed files with 0 additions and 4 deletions
|
@ -7108,10 +7108,6 @@ void ScInterpreter::ScText()
|
|||
case svDouble:
|
||||
fVal = PopDouble();
|
||||
break;
|
||||
case svString:
|
||||
aStr = PopString();
|
||||
bString = true;
|
||||
break;
|
||||
default:
|
||||
{
|
||||
FormulaTokenRef xTok( PopToken());
|
||||
|
|
Loading…
Reference in a new issue