summaryrefslogtreecommitdiff
path: root/starmath/source/ooxmlexport.cxx
diff options
context:
space:
mode:
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 )
{
}