diff options
Diffstat (limited to 'starmath/source/node.cxx')
-rw-r--r-- | starmath/source/node.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx index d3ae70573602..ccfc4b07166e 100644 --- a/starmath/source/node.cxx +++ b/starmath/source/node.cxx @@ -621,6 +621,7 @@ void SmNode::DumpAsDot(std::ostream &out, OUString* label, int number, int& id, case NROOTSYMBOL: out<<"SmRootSymbolNode"; break; case NRECTANGLE: out<<"SmRectangleNode"; break; case NVERTICAL_BRACE: out<<"SmVerticalBraceNode"; break; + case NMATHIDENT: out<<"SmMathIdentifierNode"; break; default: out<<"Unknown Node"; } |