[Libreoffice-commits] core.git: sc/source

Eike Rathke erack at redhat.com
Wed Feb 14 16:59:07 UTC 2018


 sc/source/core/tool/interpr1.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fe0f548f2f67f85e32be754b553d709fda400d95
Author: Eike Rathke <erack at redhat.com>
Date:   Wed Feb 14 17:57:56 2018 +0100

    No stacked code for jump matrix is worth an assert
    
    Change-Id: I0e65cecd9e016a114a7e9d7b60b24e04d8512f40

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 )


More information about the Libreoffice-commits mailing list