summaryrefslogtreecommitdiffstats
path: root/include/editeng/rsiditem.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-12-09 09:05:14 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-12-09 09:06:47 +0100
commit4dbbf535e7f2abfbcdcb3f513e03bdaaeed75d43 (patch)
tree8dd811d06f7a955bf15eb2cbd7d48f9a45eb6c6c /include/editeng/rsiditem.hxx
parentfdo#39440 reduce scope of local variables (diff)
downloadcore-4dbbf535e7f2abfbcdcb3f513e03bdaaeed75d43.tar.gz
core-4dbbf535e7f2abfbcdcb3f513e03bdaaeed75d43.zip
Factor out SvxRsidItem::dumpAsXml() from sw
Change-Id: I60c57fa6a9f3619de717e7b2383dc420706b2886
Diffstat (limited to 'include/editeng/rsiditem.hxx')
-rw-r--r--include/editeng/rsiditem.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/editeng/rsiditem.hxx b/include/editeng/rsiditem.hxx
index 160d906dd019..cda36484f8f5 100644
--- a/include/editeng/rsiditem.hxx
+++ b/include/editeng/rsiditem.hxx
@@ -29,6 +29,8 @@ public:
virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const SAL_OVERRIDE;
virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) SAL_OVERRIDE;
+
+ void dumpAsXml(struct _xmlTextWriter* pWriter) const;
};
#endif // INCLUDED_EDITENG_RSIDITEM_HXX