summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-24 14:29:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-25 08:12:17 +0200
commit4a340e36e8d3713806719351f455711c1254a178 (patch)
tree4be5ffdd176b2f45e4f549f7eb4d88da9225c18e /include/xmloff
parent50fc62ce76bc51f18b16eae937761d0a8872df3e (diff)
loplugin:constantparam
add the results files so I can just see the diff in future Change-Id: Ia20a1aa6418be95ed620719cde340c00b7b053e1 Reviewed-on: https://gerrit.libreoffice.org/37988 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/numehelp.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/xmloff/numehelp.hxx b/include/xmloff/numehelp.hxx
index 97bec3f9bf85..66768fa27a8c 100644
--- a/include/xmloff/numehelp.hxx
+++ b/include/xmloff/numehelp.hxx
@@ -38,9 +38,8 @@ struct XMLNumberFormat
sal_Int16 nType;
bool bIsStandard : 1;
- XMLNumberFormat(const OUString& sTempCurrency, sal_Int32 nTempFormat)
- : sCurrency(sTempCurrency)
- , nNumberFormat(nTempFormat)
+ XMLNumberFormat(sal_Int32 nTempFormat)
+ : nNumberFormat(nTempFormat)
, nType(0)
, bIsStandard(false)
{