summaryrefslogtreecommitdiff
path: root/xmloff/source/forms
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 /xmloff/source/forms
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 'xmloff/source/forms')
-rw-r--r--xmloff/source/forms/controlpropertymap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/forms/controlpropertymap.hxx b/xmloff/source/forms/controlpropertymap.hxx
index 123c53a570e5..c1dc58183da0 100644
--- a/xmloff/source/forms/controlpropertymap.hxx
+++ b/xmloff/source/forms/controlpropertymap.hxx
@@ -43,7 +43,7 @@ namespace xmloff
const SvXMLUnitConverter& _rUnitConverter,
const SvXMLNamespaceMap& _rNamespaceMap,
const ::std::vector< XMLPropertyState >* _pProperties,
- sal_uInt32 _nIdx = 0
+ sal_uInt32 _nIdx
) const override;
};