summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorEike Rathke [er] <eike.rathke@oracle.com>2010-08-18 16:52:22 +0200
committerEike Rathke [er] <eike.rathke@oracle.com>2010-08-18 16:52:22 +0200
commitf1bcc220319d9d1f2652083f3f5389eb77748081 (patch)
tree1ec750581d003d9d128a80382f965c3a56ff32e1 /sc
parent73f30fce2f949736692149cb29a9bbc1c0a059d5 (diff)
calc58: #i113820# make TEXT treat string results and inline strings identical to referenced cell text
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/interpr1.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index 35c63f52a92b..2e6ce932b466 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -7108,10 +7108,6 @@ void ScInterpreter::ScText()
case svDouble:
fVal = PopDouble();
break;
- case svString:
- aStr = PopString();
- bString = true;
- break;
default:
{
FormulaTokenRef xTok( PopToken());