summaryrefslogtreecommitdiff
path: root/starmath/source/ooxmlexport.cxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2011-11-30 11:45:09 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-11-30 16:11:43 +0100
commit8168d6d3df3245fc776152ccc46bfa28c5ea7d32 (patch)
tree78d1e52c363e65156241a6bb413be57c9f3d80da /starmath/source/ooxmlexport.cxx
parent500b6af7773a9991425a1a031ebf8901b3549de2 (diff)
implement sum properly in docx mathml
Diffstat (limited to 'starmath/source/ooxmlexport.cxx')
-rw-r--r--starmath/source/ooxmlexport.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/source/ooxmlexport.cxx b/starmath/source/ooxmlexport.cxx
index 5e18ad4de343..7bfa6ec83f4b 100644
--- a/starmath/source/ooxmlexport.cxx
+++ b/starmath/source/ooxmlexport.cxx
@@ -472,6 +472,7 @@ void SmOoxmlExport::HandleOperator( const SmOperNode* pNode, int nLevel )
case TLLLINT:
case TPROD:
case TCOPROD:
+ case TSUM:
{
const SmSubSupNode* subsup = pNode->GetSubNode( 0 )->GetType() == NSUBSUP
? static_cast< const SmSubSupNode* >( pNode->GetSubNode( 0 )) : NULL;