diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-17 15:11:16 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-18 11:25:56 +0200 |
commit | e17b95b9deaa2414c372b88a86db8f20cfc452fa (patch) | |
tree | 4b25a04f8de3ddc2fc800473429aec5b670a3f4b /cui/source/inc/cfg.hxx | |
parent | d78940f3cbb73b38f2f768c88cc98495021a892e (diff) |
loplugin:constantparam in cui
Change-Id: Iccba51d7b1d11ae5b309e380fd396be796992d7e
Diffstat (limited to 'cui/source/inc/cfg.hxx')
-rw-r--r-- | cui/source/inc/cfg.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cui/source/inc/cfg.hxx b/cui/source/inc/cfg.hxx index abc928061ef8..104f2e5af3ab 100644 --- a/cui/source/inc/cfg.hxx +++ b/cui/source/inc/cfg.hxx @@ -581,8 +581,7 @@ public: virtual void dispose() override; void AddFunction( SvTreeListEntry* pTarget = nullptr, - bool bFront = false, - bool bAllowDuplicates = true ); + bool bFront = false ); void MoveEntry( bool bMoveUp ) override; |