summaryrefslogtreecommitdiff
path: root/sw/inc/fmtcol.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/fmtcol.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/fmtcol.hxx')
-rw-r--r--sw/inc/fmtcol.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/fmtcol.hxx b/sw/inc/fmtcol.hxx
index 1a5269356b9d..5c2045bad2c3 100644
--- a/sw/inc/fmtcol.hxx
+++ b/sw/inc/fmtcol.hxx
@@ -77,7 +77,7 @@ protected:
}
SwTextFormatColl( SwAttrPool& rPool, const OUString &rFormatCollName,
- SwTextFormatColl* pDerFrom = nullptr,
+ SwTextFormatColl* pDerFrom,
sal_uInt16 nFormatWh = RES_TXTFMTCOLL )
: SwFormatColl(rPool, rFormatCollName, aTextFormatCollSetRange, pDerFrom, nFormatWh)
, mbStayAssignedToListLevelOfOutlineStyle(false)
@@ -145,7 +145,7 @@ protected:
{}
SwGrfFormatColl( SwAttrPool& rPool, const OUString &rFormatCollName,
- SwGrfFormatColl* pDerFrom = nullptr )
+ SwGrfFormatColl* pDerFrom )
: SwFormatColl( rPool, rFormatCollName, aGrfFormatCollSetRange,
pDerFrom, RES_GRFFMTCOLL )
{}
@@ -183,7 +183,7 @@ class SW_DLLPUBLIC SwCollCondition : public SwClient
public:
SwCollCondition( SwTextFormatColl* pColl, sal_uLong nMasterCond,
- sal_uLong nSubCond = 0 );
+ sal_uLong nSubCond );
SwCollCondition( SwTextFormatColl* pColl, sal_uLong nMasterCond,
const OUString& rSubExp );
virtual ~SwCollCondition() override;
@@ -217,7 +217,7 @@ protected:
SwFormatCollConditions m_CondColls;
SwConditionTextFormatColl( SwAttrPool& rPool, const OUString &rFormatCollName,
- SwTextFormatColl* pDerFrom = nullptr )
+ SwTextFormatColl* pDerFrom )
: SwTextFormatColl( rPool, rFormatCollName, pDerFrom, RES_CONDTXTFMTCOLL )
{}