summaryrefslogtreecommitdiffstats
path: root/include/xmloff/xmlexppr.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/xmlexppr.hxx
parentloplugin:constantparam (diff)
downloadcore-0ea50b5b43a934f2ab080f50585e386ebce0b805.tar.gz
core-0ea50b5b43a934f2ab080f50585e386ebce0b805.zip
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/xmlexppr.hxx')
-rw-r--r--include/xmloff/xmlexppr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/xmlexppr.hxx b/include/xmloff/xmlexppr.hxx
index b77282c50a13..d80d7c8e9ae8 100644
--- a/include/xmloff/xmlexppr.hxx
+++ b/include/xmloff/xmlexppr.hxx
@@ -89,7 +89,7 @@ protected:
const SvXMLNamespaceMap& rNamespaceMap,
SvXmlExportFlags nFlags,
const ::std::vector< XMLPropertyState > *pProperties,
- sal_uInt32 nIdx = 0 ) const;
+ sal_uInt32 nIdx ) const;
void exportElementItems(
SvXMLExport& rExport,
@@ -154,7 +154,7 @@ public:
const XMLPropertyState& rProperty,
SvXmlExportFlags nFlags,
const ::std::vector< XMLPropertyState > *pProperties,
- sal_uInt32 nIdx = 0 ) const;
+ sal_uInt32 nIdx ) const;
/** this method is called for every item that has the
MID_FLAG_SPECIAL_ITEM_EXPORT flag set */
@@ -164,7 +164,7 @@ public:
const SvXMLUnitConverter& rUnitConverter,
const SvXMLNamespaceMap& rNamespaceMap,
const ::std::vector< XMLPropertyState > *pProperties,
- sal_uInt32 nIdx = 0 ) const;
+ sal_uInt32 nIdx ) const;
const rtl::Reference<XMLPropertySetMapper>& getPropertySetMapper() const;