summaryrefslogtreecommitdiff
path: root/include/svl/stritem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/stritem.hxx')
-rw-r--r--include/svl/stritem.hxx2
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) {}