diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-01 13:01:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-01 18:40:30 +0200 |
commit | a380b4e972710b495ee80344152093a5a09317ef (patch) | |
tree | 45317bdb902ab779c3f6ef2d4a5938afcaba9671 /starmath | |
parent | d63321d949563759ee2ada96fdc2e0f8728941b2 (diff) |
reorder parameters of SvXMLExport::SvXMLExport
so they all have similar order
Change-Id: Id8baef058d52f6cce9d9be41b0341eec8ad648b6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97628
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/mathmlexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/mathmlexport.cxx b/starmath/source/mathmlexport.cxx index c619f22f4dc1..2f7f8de552ff 100644 --- a/starmath/source/mathmlexport.cxx +++ b/starmath/source/mathmlexport.cxx @@ -337,7 +337,7 @@ bool SmXMLExportWrapper::WriteThroughComponent( SmXMLExport::SmXMLExport( const css::uno::Reference< css::uno::XComponentContext >& rContext, OUString const & implementationName, SvXMLExportFlags nExportFlags) - : SvXMLExport(util::MeasureUnit::INCH, rContext, implementationName, XML_MATH, + : SvXMLExport(rContext, implementationName, util::MeasureUnit::INCH, XML_MATH, nExportFlags) , pTree(nullptr) , bSuccess(false) |