summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
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 )