summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
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);
}
}