summaryrefslogtreecommitdiffstats
path: root/include/svl/custritm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/custritm.hxx')
-rw-r--r--include/svl/custritm.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/custritm.hxx b/include/svl/custritm.hxx
index 5693ceb74ca0..84b2db1f6ce1 100644
--- a/include/svl/custritm.hxx
+++ b/include/svl/custritm.hxx
@@ -30,7 +30,7 @@ class SVL_DLLPUBLIC CntUnencodedStringItem: public SfxPoolItem
public:
- CntUnencodedStringItem(sal_uInt16 which = 0): SfxPoolItem(which)
+ CntUnencodedStringItem(sal_uInt16 which): SfxPoolItem(which)
{}
CntUnencodedStringItem(sal_uInt16 which, const OUString & rTheValue):