diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-06-17 11:44:06 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2016-06-20 00:49:45 +0000 |
commit | ef54bbc95b0cd0c12caa723369abda9f276b834b (patch) | |
tree | 267d877c035288b3cfbe61951be570b9197f6171 /starmath | |
parent | 92726cafb610b73976e750195b380d665326b57a (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.cxx | 2 |
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); } } |