summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr5.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/interpr5.cxx')
-rw-r--r--sc/source/core/tool/interpr5.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/source/core/tool/interpr5.cxx b/sc/source/core/tool/interpr5.cxx
index e1ff66e2b642..3da084fe3c3c 100644
--- a/sc/source/core/tool/interpr5.cxx
+++ b/sc/source/core/tool/interpr5.cxx
@@ -461,13 +461,6 @@ ScMatrixRef ScInterpreter::GetMatrix()
SetError( errIllegalArgument);
break;
}
- if (!pToken)
- {
- SetError( errIllegalArgument);
- pMat->PutError( nGlobalError, 0, 0);
- nGlobalError = 0;
- break;
- }
if (nGlobalError)
{
pMat->PutError( nGlobalError, 0, 0);