summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-11-22 04:30:48 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-11-26 02:26:41 +0100
commit9e04fac561efd6bbfd6e43b0499b5542c0b4f526 (patch)
tree7832273e2ace02449e3a1e6380b8bcb50e64d185 /include/svl
parent91aba7ca4f0f8d0b08802b65bfd62fbf3532315f (diff)
add dumpAsXml methods to more pool items
Change-Id: Ia33ac2dfa23bdc4e2990e6d028d1bae7fedfe4f5 Reviewed-on: https://gerrit.libreoffice.org/63853 Tested-by: Jenkins Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/intitem.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svl/intitem.hxx b/include/svl/intitem.hxx
index 448eda8a514b..165fabae8da9 100644
--- a/include/svl/intitem.hxx
+++ b/include/svl/intitem.hxx
@@ -121,6 +121,7 @@ public:
virtual SfxPoolItem * Clone(SfxItemPool * = nullptr) const override
{ return new SfxInt32Item(*this); }
+ void dumpAsXml(struct _xmlTextWriter* pWriter) const override;
};
@@ -140,6 +141,8 @@ public:
virtual SfxPoolItem * Clone(SfxItemPool * = nullptr) const override
{ return new SfxUInt32Item(*this); }
+
+ void dumpAsXml(struct _xmlTextWriter* pWriter) const override;
};
#endif // INCLUDED_SVL_INTITEM_HXX