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

New commits:
commit ef54bbc95b0cd0c12caa723369abda9f276b834b
Author: Takeshi Abe <t...@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 <c...@libreoffice.org>
    Reviewed-by: Takeshi Abe <t...@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);
     }
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to