diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-12-14 22:18:11 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-12-14 22:33:16 +0100 |
commit | 68b8f008c8893b6b7d2314c21679bf2dbcd1b4e5 (patch) | |
tree | a11dac23e400e99b8fb3746d2dce7ad1feaab402 /include/svl | |
parent | a818cda870ecf0e2a13949c29063812ecbbdc6b7 (diff) |
Factor out SfxUInt16Item::dumpAsXml() from sw
Change-Id: Ia58bed9c4a0be4b909789e8bdcd64f06230c0f43
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/intitem.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svl/intitem.hxx b/include/svl/intitem.hxx index bea485b46c8b..fea545b07c74 100644 --- a/include/svl/intitem.hxx +++ b/include/svl/intitem.hxx @@ -114,6 +114,8 @@ public: virtual SfxPoolItem * Clone(SfxItemPool * = 0) const SAL_OVERRIDE { return new SfxUInt16Item(*this); } + + void dumpAsXml(struct _xmlTextWriter* pWriter) const; }; |