diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-11 11:33:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-11 12:12:22 +0200 |
commit | 1ba4bb6397e5be8f30c79371a330077829c74742 (patch) | |
tree | f2abf920c36f0a346712717d6c33e15a3ff61e69 /formula/source | |
parent | dd6ea56c028079ce80ff9fc2db43ffd35e4d8489 (diff) |
loplugin:countusersofdefaultparams in editeng..rsc
Change-Id: I8a8d13faf228cbc934ae21d6763d92d370eb42ec
Diffstat (limited to 'formula/source')
-rw-r--r-- | formula/source/ui/dlg/structpg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/formula/source/ui/dlg/structpg.hxx b/formula/source/ui/dlg/structpg.hxx index f15d72adb3c1..d14b770c05d7 100644 --- a/formula/source/ui/dlg/structpg.hxx +++ b/formula/source/ui/dlg/structpg.hxx @@ -53,7 +53,7 @@ public: const Image& rEntryImg, SvTreeListEntry* pParent, sal_uLong nPos, - IFormulaToken* pToken = nullptr ); + IFormulaToken* pToken ); void SetActiveFlag(bool bFlag); bool GetActiveFlag() { return bActiveFlag;} |