diff options
author | Noel Grandin <noel@peralex.com> | 2016-07-27 12:01:17 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-07-27 10:34:53 +0000 |
commit | cb4787c36a300d6783da28540da737dbad951070 (patch) | |
tree | 49973aa3cabde34908e80bf3afc554f5fa16d2a5 /svx/source/inc/filtnav.hxx | |
parent | 4b598ccb3f25fc8bac23ed4434a11f6f6ff44bba (diff) |
loplugin:countusersofdefaultparams in svx
Change-Id: Ic46a0dcce477c8b27aa2d4771c48fd45ad73718c
Reviewed-on: https://gerrit.libreoffice.org/27574
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx/source/inc/filtnav.hxx')
-rw-r--r-- | svx/source/inc/filtnav.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/inc/filtnav.hxx b/svx/source/inc/filtnav.hxx index afc6f0b760d1..021ff495ceeb 100644 --- a/svx/source/inc/filtnav.hxx +++ b/svx/source/inc/filtnav.hxx @@ -292,7 +292,7 @@ private: * @param _bCopy * If <TRUE/> the items will not be removed from the model, otherwise they will. */ - void insertFilterItem(const ::std::vector<FmFilterItem*>& _rFilterList,FmFilterItems* _pTargetItems, bool _bCopy = false); + void insertFilterItem(const ::std::vector<FmFilterItem*>& _rFilterList,FmFilterItems* _pTargetItems, bool _bCopy); SvTreeListEntry* getPrevEntry(SvTreeListEntry* _pStartWith = nullptr); SvTreeListEntry* getNextEntry(SvTreeListEntry* _pStartWith = nullptr); |