summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/parse.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx
index 4b724b6afce4..4683c37c3029 100644
--- a/starmath/source/parse.cxx
+++ b/starmath/source/parse.cxx
@@ -1655,11 +1655,6 @@ void SmParser::Oper()
}
break;
- case TOVERBRACE :
- case TUNDERBRACE :
- pNode = new SmMathSymbolNode(m_aCurToken);
- break;
-
case TOPER :
NextToken();
@@ -1668,7 +1663,7 @@ void SmParser::Oper()
break;
default :
- SAL_WARN("starmath", "unknown case");
+ assert(false && "unknown case");
}
m_aNodeStack.push(pNode);