diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-08-22 15:40:30 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-08-22 15:40:43 +0200 |
commit | e426e448ce2bd889f287ce13295092a75fa6150d (patch) | |
tree | 0df28a1481717c7eca230c043083c0e70083aa5e /include/svl/stritem.hxx | |
parent | 1cbd9f7fbe327662d44605e4b3d4150b740b6f33 (diff) |
Consistency around SfxStringItem in svx/inc/sxonitm.hxx
...similar to what has been done for svx/sdtmfitm.hxx in
6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and
68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
Change-Id: I694c42a53cb9041b51ef876416f0f61963b89f86
Diffstat (limited to 'include/svl/stritem.hxx')
-rw-r--r-- | include/svl/stritem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/stritem.hxx b/include/svl/stritem.hxx index 8e3f0614b145..8d6da4fdcc01 100644 --- a/include/svl/stritem.hxx +++ b/include/svl/stritem.hxx @@ -29,7 +29,7 @@ class SVL_DLLPUBLIC SfxStringItem: public CntUnencodedStringItem public: TYPEINFO_OVERRIDE(); - SfxStringItem() {} + SfxStringItem(sal_uInt16 which = 0): CntUnencodedStringItem(which) {} SfxStringItem(sal_uInt16 which, const OUString & rValue): CntUnencodedStringItem(which, rValue) {} |