summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-08-03 15:53:03 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-08-03 15:55:54 +0200
commitd07e8fe18e470a08926cb43d2280f154277de137 (patch)
treeaa5d146a907cf568b4f8ae228d0e25ce0c54979a /starmath/inc
parent52dff376587c2e072048d9b99748cd46336a48ba (diff)
SmDocShell::writeFormulaOoxml: don't use m_ prefix for non-member variable
Change-Id: I5a9d64db9b135396d8eab8a020bd4beec8a0f3dc
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/document.hxx2
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 );