summaryrefslogtreecommitdiff
path: root/svx/source/inc/filtnav.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-10 13:44:57 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-11 06:04:52 +0000
commitb796b24793827583550279d40bfe565c66ad284d (patch)
treec727fbab95059956287850ac817d8f9c1bb422f4 /svx/source/inc/filtnav.hxx
parenta97e6990435bbc47be4a4f6f349404f438e2c315 (diff)
loplugin:countusersofdefaultparams in svl..unodevtools
Change-Id: Ie3d2cf29e99b8a51b80246aafa23a92e6c3404b2 Reviewed-on: https://gerrit.libreoffice.org/28017 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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/inc/filtnav.hxx b/svx/source/inc/filtnav.hxx
index 021ff495ceeb..e386c50aba87 100644
--- a/svx/source/inc/filtnav.hxx
+++ b/svx/source/inc/filtnav.hxx
@@ -293,8 +293,8 @@ private:
* 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);
- SvTreeListEntry* getPrevEntry(SvTreeListEntry* _pStartWith = nullptr);
- SvTreeListEntry* getNextEntry(SvTreeListEntry* _pStartWith = nullptr);
+ SvTreeListEntry* getPrevEntry(SvTreeListEntry* _pStartWith);
+ SvTreeListEntry* getNextEntry(SvTreeListEntry* _pStartWith);
using SvTreeListBox::Select;
using SvTreeListBox::ExecuteDrop;