From e17847e0ce5602b0cdf312ba2c72bd99aa7b72b2 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 22 Jan 2015 09:16:39 +0100 Subject: Factor out SfxStringItem::dumpAsXml() from sw Change-Id: If218d83297bfdd39471d5502c0639248c96af9c6 --- include/svl/stritem.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 -- cgit