summaryrefslogtreecommitdiffstats
path: root/include/svtools/ivctrl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-09-04 12:03:36 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-09-05 06:23:06 +0000
commit5d22a47b4431c5718d989e738d2963d0b880d898 (patch)
treeb82a87eb09ed344dbbd368ee6b5cd6926a1a8e93 /include/svtools/ivctrl.hxx
parentconvert Orientation to scoped enum (diff)
downloadcore-5d22a47b4431c5718d989e738d2963d0b880d898.tar.gz
core-5d22a47b4431c5718d989e738d2963d0b880d898.zip
loplugin:countusersofdefaultparams
Change-Id: I38bfc88e85a9e5a024e982e555a0e0485a3010ad Reviewed-on: https://gerrit.libreoffice.org/28662 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svtools/ivctrl.hxx')
-rw-r--r--include/svtools/ivctrl.hxx2
1 files changed, 1 insertions, 1 deletions
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;