diff options
Diffstat (limited to 'starmath/source/document.cxx')
-rw-r--r-- | starmath/source/document.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx index 65f246832e6e..5a41f9763dca 100644 --- a/starmath/source/document.cxx +++ b/starmath/source/document.cxx @@ -983,7 +983,7 @@ bool SmDocShell::writeFormulaOoxml( ::sax_fastparser::FSHelperPtr m_pSerializer, Parse(); if( pTree && !IsFormulaArranged() ) ArrangeFormula(); - SmOoxmlExport aEquation( aText, pTree, version ); + SmOoxmlExport aEquation( pTree, version ); return aEquation.ConvertFromStarMath( m_pSerializer ); } |