diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-27 11:24:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-27 13:50:34 +0100 |
commit | 0093ae5f2ca1141f199aa9ae3b34b05a33def928 (patch) | |
tree | 64d6b719e348d101277dfdaf66a680a8ada41191 /sw/inc/docufld.hxx | |
parent | 9c060802747e0b058a162e7891508d888c6e1a73 (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/docufld.hxx')
-rw-r--r-- | sw/inc/docufld.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx index 19535cfa395f..7d986154753e 100644 --- a/sw/inc/docufld.hxx +++ b/sw/inc/docufld.hxx @@ -149,7 +149,7 @@ class SW_DLLPUBLIC SwPageNumberField : public SwField public: SwPageNumberField(SwPageNumberFieldType*, sal_uInt16 nSub, - sal_uInt32 nFormat = 0, short nOff = 0, + sal_uInt32 nFormat, short nOff = 0, sal_uInt16 const nPageNumber = 0, sal_uInt16 const nMaxPage = 0); @@ -262,7 +262,7 @@ class SW_DLLPUBLIC SwDocStatField : public SwField public: SwDocStatField( SwDocStatFieldType*, - sal_uInt16 nSubType, sal_uInt32 nFormat = 0); + sal_uInt16 nSubType, sal_uInt32 nFormat); void ChangeExpansion( const SwFrame* pFrame ); @@ -573,8 +573,7 @@ class SwRefPageSetField : public SwField bool bOn; public: - SwRefPageSetField( SwRefPageSetFieldType*, short nOff, - bool bOn = true ); + SwRefPageSetField( SwRefPageSetFieldType*, short nOff, bool bOn ); virtual OUString Expand() const override; virtual SwField* Copy() const override; |