summaryrefslogtreecommitdiff
path: root/xmloff/source/core
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-01 13:01:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-01 18:40:30 +0200
commita380b4e972710b495ee80344152093a5a09317ef (patch)
tree45317bdb902ab779c3f6ef2d4a5938afcaba9671 /xmloff/source/core
parentd63321d949563759ee2ada96fdc2e0f8728941b2 (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 'xmloff/source/core')
-rw-r--r--xmloff/source/core/xmlexp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx
index 71a36957f9a5..59a3c9a00a35 100644
--- a/xmloff/source/core/xmlexp.cxx
+++ b/xmloff/source/core/xmlexp.cxx
@@ -422,9 +422,9 @@ void SvXMLExport::DetermineModelType_()
}
SvXMLExport::SvXMLExport(
- sal_Int16 const eDefaultMeasureUnit /*css::util::MeasureUnit*/,
const uno::Reference< uno::XComponentContext >& xContext,
OUString const & implementationName,
+ sal_Int16 const eDefaultMeasureUnit /*css::util::MeasureUnit*/,
const enum XMLTokenEnum eClass, SvXMLExportFlags nExportFlags )
: mpImpl( new SvXMLExport_Impl ),
m_xContext(xContext), m_implementationName(implementationName),