diff options
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); } } |