summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2018-02-14 17:57:56 +0100
committerEike Rathke <erack@redhat.com>2018-02-14 17:58:45 +0100
commitfe0f548f2f67f85e32be754b553d709fda400d95 (patch)
tree78899859131e517ee184658fecbb47181385c515 /sc
parent0e04523b040785e2ce552143d20adcbb40b61d42 (diff)
No stacked code for jump matrix is worth an assert
Change-Id: I0e65cecd9e016a114a7e9d7b60b24e04d8512f40
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/interpr1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index 89823f7eb352..632d16c49b32 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -542,7 +542,7 @@ bool ScInterpreter::JumpMatrix( short nStackLevel )
aCode.Pop(); // pop what Jump() pushed
else
{
- OSL_FAIL( "ScInterpreter::JumpMatrix: pop goes the weasel" );
+ assert(!"pop goes the weasel");
}
if ( !bHasResMat )