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 37546d88b4b2..fe3695f7947b 100644
--- a/include/svl/stritem.hxx
+++ b/include/svl/stritem.hxx
@@ -34,7 +34,7 @@ public:
SfxStringItem(sal_uInt16 which, const OUString & rValue):
CntUnencodedStringItem(which, rValue) {}
- virtual SfxPoolItem * Clone(SfxItemPool * = nullptr) const override;
+ virtual SfxStringItem* Clone(SfxItemPool * = nullptr) const override;
void dumpAsXml(xmlTextWriterPtr pWriter) const override;