From 5d22a47b4431c5718d989e738d2963d0b880d898 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 4 Sep 2016 12:03:36 +0200 Subject: loplugin:countusersofdefaultparams Change-Id: I38bfc88e85a9e5a024e982e555a0e0485a3010ad Reviewed-on: https://gerrit.libreoffice.org/28662 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- include/svtools/ivctrl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svtools/ivctrl.hxx') diff --git a/include/svtools/ivctrl.hxx b/include/svtools/ivctrl.hxx index 3b9c75a99c74..91dc5af86312 100644 --- a/include/svtools/ivctrl.hxx +++ b/include/svtools/ivctrl.hxx @@ -283,7 +283,7 @@ public: SvxIconChoiceCtrlEntry* GetSelectedEntry() const; #ifdef DBG_UTIL - void SetEntryTextMode( SvxIconChoiceCtrlTextMode eMode, SvxIconChoiceCtrlEntry* pEntry = nullptr ); + void SetEntryTextMode( SvxIconChoiceCtrlTextMode eMode, SvxIconChoiceCtrlEntry* pEntry ); #endif Point GetPixelPos( const Point& rPosLogic ) const; -- cgit