diff options
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/document.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx index e9b4a9595990..62e26f5e841a 100644 --- a/starmath/inc/document.hxx +++ b/starmath/inc/document.hxx @@ -155,7 +155,7 @@ class SmDocShell : public SfxObjectShell, public SfxListener */ void InvalidateCursor(); - bool writeFormulaOoxml( ::sax_fastparser::FSHelperPtr m_pSerializer, oox::core::OoxmlVersion version ); + bool writeFormulaOoxml( ::sax_fastparser::FSHelperPtr pSerializer, oox::core::OoxmlVersion version ); void writeFormulaRtf(OStringBuffer& rBuffer, rtl_TextEncoding nEncoding); bool readFormulaOoxml( oox::formulaimport::XmlStream& stream ); |