summaryrefslogtreecommitdiff
path: root/starmath/source/ooxmlexport.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-07-27 11:01:50 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-07-27 11:54:57 +0200
commitebacc340796a6a99d363bd3f04c72106db7d6f7a (patch)
tree6cf90cfb075ffb45e1cb3741fc94b78b9627d7fd /starmath/source/ooxmlexport.cxx
parent6486899be3a63d07830c3eb2f4b8a3a6e5c81c9c (diff)
SmOoxmlExport: remove unused ctor param
Change-Id: I2c4f9239207bd8da7f29d2a386e9a432e32e5755
Diffstat (limited to 'starmath/source/ooxmlexport.cxx')
-rw-r--r--starmath/source/ooxmlexport.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/starmath/source/ooxmlexport.cxx b/starmath/source/ooxmlexport.cxx
index d1970dc4ff8e..1eaf6c817c44 100644
--- a/starmath/source/ooxmlexport.cxx
+++ b/starmath/source/ooxmlexport.cxx
@@ -35,9 +35,8 @@
using namespace oox;
using namespace oox::core;
-SmOoxmlExport::SmOoxmlExport( const String &rIn, const SmNode* pIn, OoxmlVersion v )
-: str( rIn )
-, pTree( pIn )
+SmOoxmlExport::SmOoxmlExport( const SmNode* pIn, OoxmlVersion v )
+: pTree( pIn )
, version( v )
{
}