summaryrefslogtreecommitdiff
path: root/starmath/source/node.cxx
diff options
context:
space:
mode:
authorFrédéric Wang <fred.wang@free.fr>2013-06-27 21:35:28 +0200
committerFridrich Strba <fridrich@documentfoundation.org>2013-06-28 09:56:36 +0000
commit43cf39adff66d20862956869d11fbcc184eb5702 (patch)
treea0d8ad03ab6b0a9d98efe80288400d667954b8e9 /starmath/source/node.cxx
parent4f294a90877d2f91bb88c7d6cd5b74e8e546a025 (diff)
fdo#66088 Export some math symbols as <mi> elements.
Change-Id: Ib08717c3d4d41abc7bce4cd6bc2e63bda7db6086 Reviewed-on: https://gerrit.libreoffice.org/4595 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'starmath/source/node.cxx')
-rw-r--r--starmath/source/node.cxx1
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";
}