summaryrefslogtreecommitdiffstats
path: root/include/editeng/rsiditem.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-01-23 09:08:09 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-01-23 09:09:27 +0100
commitea1d8c5ab3183f67c27683133d286725b4fa98bc (patch)
tree6023823a3e188ef2b5acf8ec9f2a39e7ecae9daa /include/editeng/rsiditem.hxx
parentfdo#88475 add UnitTest (diff)
downloadcore-ea1d8c5ab3183f67c27683133d286725b4fa98bc.tar.gz
core-ea1d8c5ab3183f67c27683133d286725b4fa98bc.zip
Factor out SfxPoolItem::dumpAsXml() from sw
The primary benefit of this is that it's no longer necessary to manually downcast to each and every subclass in sw. Change-Id: I5742d5744836eef192eef2d4f7ad180da67eb914
Diffstat (limited to 'include/editeng/rsiditem.hxx')
-rw-r--r--include/editeng/rsiditem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/rsiditem.hxx b/include/editeng/rsiditem.hxx
index cda36484f8f5..43ba37eaede4 100644
--- a/include/editeng/rsiditem.hxx
+++ b/include/editeng/rsiditem.hxx
@@ -30,7 +30,7 @@ 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;
+ void dumpAsXml(struct _xmlTextWriter* pWriter) const SAL_OVERRIDE;
};
#endif // INCLUDED_EDITENG_RSIDITEM_HXX