diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-21 13:05:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-21 12:09:24 +0000 |
commit | 1617eef124e01ca3b3286e0ad5985c34dde7fadb (patch) | |
tree | 0f9471b483218d56b36aab03a175ce307aae6532 /include/svl/custritm.hxx | |
parent | beb8cfcf32f855a0fb638caef4782d9d867e3102 (diff) |
loplugin:countusersofdefaultparams in include/sot..svl
Change-Id: Idb022a4a6fb950f1b259abbba57daed9401732d9
Reviewed-on: https://gerrit.libreoffice.org/31038
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl/custritm.hxx')
-rw-r--r-- | include/svl/custritm.hxx | 2 |
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): |