summaryrefslogtreecommitdiff
path: root/sw/inc/expfld.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-03 14:32:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-04 06:36:22 +0000
commit480f6916eff8636fbf6b980a604c6e19a099df08 (patch)
treef5cd156734d6a082dfbe3e24d06ec9f3505f8366 /sw/inc/expfld.hxx
parent958827673309a80a710a86a9b115945547f520a0 (diff)
loplugin:countusersofdefaultparams in sw
Change-Id: I65beb17816641cff6a07379b7ba234afe26806b3 Reviewed-on: https://gerrit.libreoffice.org/29488 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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/expfld.hxx b/sw/inc/expfld.hxx
index 9e62ee9facc8..618af04ba462 100644
--- a/sw/inc/expfld.hxx
+++ b/sw/inc/expfld.hxx
@@ -95,7 +95,7 @@ class SW_DLLPUBLIC SwGetExpField : public SwFormulaField
public:
SwGetExpField( SwGetExpFieldType*, const OUString& rFormel,
- sal_uInt16 nSubType = nsSwGetSetExpType::GSE_EXPR, sal_uLong nFormat = 0);
+ sal_uInt16 nSubType, sal_uLong nFormat = 0);
virtual void SetValue( const double& rVal ) override;
virtual void SetLanguage(sal_uInt16 nLng) override;
@@ -316,7 +316,7 @@ public:
SwInputFieldType* pFieldType,
const OUString& rContent,
const OUString& rPrompt,
- sal_uInt16 nSubType = 0,
+ sal_uInt16 nSubType,
sal_uLong nFormat = 0,
bool bIsFormField = true );
virtual ~SwInputField() override;
@@ -400,7 +400,7 @@ class SwTableField : public SwValueField, public SwTableFormula
public:
SwTableField( SwTableFieldType*, const OUString& rFormel,
- sal_uInt16 nSubType = 0, sal_uLong nFormat = 0);
+ sal_uInt16 nSubType, sal_uLong nFormat = 0);
virtual void SetValue( const double& rVal ) override;
virtual sal_uInt16 GetSubType() const override;