summaryrefslogtreecommitdiff
path: root/sw/inc/expfld.hxx
diff options
context:
space:
mode:
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;