summaryrefslogtreecommitdiff
path: root/sw/inc/expfld.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-27 11:24:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-27 13:50:34 +0100
commit0093ae5f2ca1141f199aa9ae3b34b05a33def928 (patch)
tree64d6b719e348d101277dfdaf66a680a8ada41191 /sw/inc/expfld.hxx
parent9c060802747e0b058a162e7891508d888c6e1a73 (diff)
loplugin:countusersofdefaultparams in sw (3)
Change-Id: I2657c1146bc377135e13116f32dbf518f8815417 Reviewed-on: https://gerrit.libreoffice.org/45318 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/expfld.hxx')
-rw-r--r--sw/inc/expfld.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/expfld.hxx b/sw/inc/expfld.hxx
index 93926c8a7ec5..0b55cb8d8ca1 100644
--- a/sw/inc/expfld.hxx
+++ b/sw/inc/expfld.hxx
@@ -96,7 +96,7 @@ class SW_DLLPUBLIC SwGetExpField : public SwFormulaField
public:
SwGetExpField( SwGetExpFieldType*, const OUString& rFormel,
- sal_uInt16 nSubType, sal_uLong nFormat = 0);
+ sal_uInt16 nSubType, sal_uLong nFormat);
virtual void SetValue( const double& rVal ) override;
virtual void SetLanguage(LanguageType nLng) override;
@@ -394,7 +394,7 @@ class SwTableField : public SwValueField, public SwTableFormula
public:
SwTableField( SwTableFieldType*, const OUString& rFormel,
- sal_uInt16 nSubType, sal_uLong nFormat = 0);
+ sal_uInt16 nSubType, sal_uLong nFormat);
virtual void SetValue( const double& rVal ) override;
virtual sal_uInt16 GetSubType() const override;