summaryrefslogtreecommitdiff
path: root/starmath/source/ooxml.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/ooxml.hxx')
-rw-r--r--starmath/source/ooxml.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/source/ooxml.hxx b/starmath/source/ooxml.hxx
index dbebd37f8b11..2b651ed81f34 100644
--- a/starmath/source/ooxml.hxx
+++ b/starmath/source/ooxml.hxx
@@ -57,6 +57,7 @@ private:
void HandleOperator( const SmOperNode* pNode, int nLevel );
void HandleSubSupScript( const SmSubSupNode* pNode, int nLevel );
void HandleSubSupScriptInternal( const SmSubSupNode* pNode, int nLevel, int flags );
+ void HandleMatrix( const SmMatrixNode* pNode, int nLevel );
String str;
const SmNode* const pTree;
::sax_fastparser::FSHelperPtr m_pSerializer;