diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-01-22 09:16:39 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-01-22 09:18:28 +0100 |
commit | e17847e0ce5602b0cdf312ba2c72bd99aa7b72b2 (patch) | |
tree | 4b9d4104d3132ad0ec23c500b63d2a9cf1c09cbb /include | |
parent | 3adaad3e36d0adc444f1085fceb7f4e5b43cfeef (diff) |
Factor out SfxStringItem::dumpAsXml() from sw
Change-Id: If218d83297bfdd39471d5502c0639248c96af9c6
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/stritem.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svl/stritem.hxx b/include/svl/stritem.hxx index 8d6da4fdcc01..eb0fea36a5ae 100644 --- a/include/svl/stritem.hxx +++ b/include/svl/stritem.hxx @@ -41,6 +41,8 @@ public: virtual SvStream & Store(SvStream & rStream, sal_uInt16) const SAL_OVERRIDE; virtual SfxPoolItem * Clone(SfxItemPool * = 0) const SAL_OVERRIDE; + + void dumpAsXml(struct _xmlTextWriter* pWriter) const; }; #endif // INCLUDED_SVL_STRITEM_HXX |