diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-05 11:11:03 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-05 11:54:17 +0000 |
commit | b4e12269e813338afc895986fbc4f2703cedd016 (patch) | |
tree | 8809ce08d9199ba14ffc51cd28db0869f826e208 /formula | |
parent | dbe0b5aa9dc016498c623e76babcc486894d4235 (diff) |
loplugin:countusersofdefaultparams in editeng..fpicker
Change-Id: I6356c95296d81736fc6d66e510cd70606ee55f68
Reviewed-on: https://gerrit.libreoffice.org/27897
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'formula')
-rw-r--r-- | formula/source/ui/dlg/structpg.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/formula/source/ui/dlg/structpg.hxx b/formula/source/ui/dlg/structpg.hxx index db53c6c25c22..95b0f47bcf02 100644 --- a/formula/source/ui/dlg/structpg.hxx +++ b/formula/source/ui/dlg/structpg.hxx @@ -52,11 +52,11 @@ public: SvTreeListEntry* InsertStaticEntry( const OUString& rText, const Image& rEntryImg, - SvTreeListEntry* pParent = nullptr, - sal_uLong nPos = TREELIST_APPEND, + SvTreeListEntry* pParent, + sal_uLong nPos, IFormulaToken* pToken = nullptr ); - void SetActiveFlag(bool bFlag=true); + void SetActiveFlag(bool bFlag); bool GetActiveFlag() { return bActiveFlag;} void GetFocus() override; void LoseFocus() override; @@ -91,7 +91,7 @@ public: void ClearStruct(); SvTreeListEntry* InsertEntry(const OUString& rText, SvTreeListEntry* pParent, - sal_uInt16 nFlag,sal_uLong nPos=0,IFormulaToken* pScToken=nullptr); + sal_uInt16 nFlag,sal_uLong nPos,IFormulaToken* pScToken); OUString GetEntryText(SvTreeListEntry* pEntry) const; |