From d07e8fe18e470a08926cb43d2280f154277de137 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 3 Aug 2012 15:53:03 +0200 Subject: SmDocShell::writeFormulaOoxml: don't use m_ prefix for non-member variable Change-Id: I5a9d64db9b135396d8eab8a020bd4beec8a0f3dc --- starmath/inc/document.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath/inc') 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 ); -- cgit