summaryrefslogtreecommitdiff
path: root/include/xmloff/xmlexp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-09-14 09:02:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-09-14 08:47:48 +0000
commit0ea50b5b43a934f2ab080f50585e386ebce0b805 (patch)
tree44ab55a29143ba8427c9caad43449869a4709679 /include/xmloff/xmlexp.hxx
parent20a9e101d909cb1953101e5962b74731e1265400 (diff)
loplugin:countusersofdefaultparams in xmloff
Change-Id: Ia92a878ac97b3cc668594946e77a718f27a3e3ed Reviewed-on: https://gerrit.libreoffice.org/28890 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff/xmlexp.hxx')
-rw-r--r--include/xmloff/xmlexp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx
index c319789ed6e9..a59ddd3cd202 100644
--- a/include/xmloff/xmlexp.hxx
+++ b/include/xmloff/xmlexp.hxx
@@ -270,8 +270,8 @@ public:
sal_Int16 const eDefaultMeasureUnit /*css::util::MeasureUnit*/,
const css::uno::Reference< css::uno::XComponentContext >& xContext,
OUString const & implementationName,
- const enum ::xmloff::token::XMLTokenEnum eClass = xmloff::token::XML_TOKEN_INVALID,
- SvXMLExportFlags nExportFlag = SvXMLExportFlags::ALL );
+ const enum ::xmloff::token::XMLTokenEnum eClass,
+ SvXMLExportFlags nExportFlag );
SvXMLExport(
const css::uno::Reference< css::uno::XComponentContext >& xContext,