summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-06-17 11:44:06 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2016-06-20 00:49:45 +0000
commitef54bbc95b0cd0c12caa723369abda9f276b834b (patch)
tree267d877c035288b3cfbe61951be570b9197f6171 /starmath
parent92726cafb610b73976e750195b380d665326b57a (diff)
starmath: Possible cases are exhausted
Change-Id: Icc48aa8ffa6a56f804c4d01f2fb3bcdf7de838d4 Reviewed-on: https://gerrit.libreoffice.org/26397 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/parse.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx
index 647426b35868..5092532edf82 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);
}
}