summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--starmath/source/mathmlexport.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/source/mathmlexport.cxx b/starmath/source/mathmlexport.cxx
index 6308de33f974..c55190b31059 100644
--- a/starmath/source/mathmlexport.cxx
+++ b/starmath/source/mathmlexport.cxx
@@ -866,6 +866,7 @@ void SmXMLExport::ExportTable(const SmNode *pNode, int nLevel)
}
else if (pTemp->GetType() == NLINE &&
pTemp->GetNumSubNodes() == 1 &&
+ pTemp->GetSubNode(0) &&
pTemp->GetSubNode(0)->GetType() == NALIGN)
{
// For the Table() construction, the NALIGN node is a child