summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/fldpage.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-04 09:24:56 +0200
committerNoel Grandin <noel@peralex.com>2016-03-04 11:48:04 +0200
commit9cc8a26fcdd4dbf7d5d65869bf84b824339751ce (patch)
treeb08de712db450099763ab9cd4e175354ad4c9837 /sw/source/ui/fldui/fldpage.hxx
parent9a1e6d916eff1236cc1be2056c91e56018a482bf (diff)
loplugin:unuseddefaultparam in sw
Change-Id: I1a8a25c09ae0c8ba39fcedb032562df93fdd6ba4
Diffstat (limited to 'sw/source/ui/fldui/fldpage.hxx')
-rw-r--r--sw/source/ui/fldui/fldpage.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/ui/fldui/fldpage.hxx b/sw/source/ui/fldui/fldpage.hxx
index ac0a15521ca4..1aaaa87c920f 100644
--- a/sw/source/ui/fldui/fldpage.hxx
+++ b/sw/source/ui/fldui/fldpage.hxx
@@ -60,9 +60,8 @@ protected:
void InsertHdl(void *);
void Init();
- void SavePos( const ListBox* pLst1,
- const ListBox* pLst2 = nullptr);
- void RestorePos( ListBox* pLst1, ListBox* pLst2 = nullptr );
+ void SavePos( const ListBox* pLst1);
+ void RestorePos( ListBox* pLst1 );
void EnableInsert(bool bEnable = true);
inline bool IsFieldEdit() const { return m_bFieldEdit; }