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

Takeshi Abe tabe at fixedpoint.jp
Mon Jun 20 00:50:06 UTC 2016


 starmath/source/parse.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ef54bbc95b0cd0c12caa723369abda9f276b834b
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Fri Jun 17 11:44:06 2016 +0900

    starmath: Possible cases are exhausted
    
    Change-Id: Icc48aa8ffa6a56f804c4d01f2fb3bcdf7de838d4
    Reviewed-on: https://gerrit.libreoffice.org/26397
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Takeshi Abe <tabe at fixedpoint.jp>

diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx
index 647426b..5092532 100644
--- a/starmath/source/parse.cxx
+++ b/starmath/source/parse.cxx
@@ -1809,7 +1809,7 @@ void SmParser::DoFontAttribut()
             break;
 
         default :
-            SAL_WARN("starmath", "unknown case");
+            assert(false);
     }
 }
 


More information about the Libreoffice-commits mailing list