summaryrefslogtreecommitdiff
path: root/sw/inc/hints.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-25 13:46:39 +0200
committerNoel Grandin <noel@peralex.com>2016-08-25 13:47:05 +0200
commit228d0950f5a0c0806355d3ecdf08d97d818b772b (patch)
tree3236acf1f109765a65a16b3c238eced44cf152c5 /sw/inc/hints.hxx
parent6488d249b0c5649313b6611660aca939e5c374bf (diff)
loplugin:countusersofdefaultparams
Change-Id: I7150494a56abc6ec9c7fba39cefe3967a475f073
Diffstat (limited to 'sw/inc/hints.hxx')
-rw-r--r--sw/inc/hints.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx
index 2748fa02abc1..d9f867ca6cef 100644
--- a/sw/inc/hints.hxx
+++ b/sw/inc/hints.hxx
@@ -208,7 +208,7 @@ public:
const SwAttrSet* GetTheChgdSet() const { return m_pTheChgdSet; }
sal_uInt16 Count() const { return m_pChgSet->Count(); }
- void ClearItem( sal_uInt16 nWhichL = 0 )
+ void ClearItem( sal_uInt16 nWhichL )
#ifdef DBG_UTIL
;
#else