calc58: #i113820# make TEXT treat string results and inline strings identical to referenced cell text

This commit is contained in:
Eike Rathke [er] 2010-08-18 16:52:22 +02:00
parent 73f30fce2f
commit f1bcc22031

View file

@ -7108,10 +7108,6 @@ void ScInterpreter::ScText()
case svDouble:
fVal = PopDouble();
break;
case svString:
aStr = PopString();
bString = true;
break;
default:
{
FormulaTokenRef xTok( PopToken());