From ea1d8c5ab3183f67c27683133d286725b4fa98bc Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 23 Jan 2015 09:08:09 +0100 Subject: 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 --- include/editeng/brushitem.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/editeng/brushitem.hxx') diff --git a/include/editeng/brushitem.hxx b/include/editeng/brushitem.hxx index 16dc38de410c..9a7bb0f6bedd 100644 --- a/include/editeng/brushitem.hxx +++ b/include/editeng/brushitem.hxx @@ -128,7 +128,7 @@ public: static WallpaperStyle GraphicPos2WallpaperStyle( SvxGraphicPosition ePos ); static sal_Int8 TransparencyToPercent(sal_Int32 nTrans); - void dumpAsXml(struct _xmlTextWriter* pWriter) const; + void dumpAsXml(struct _xmlTextWriter* pWriter) const SAL_OVERRIDE; }; #endif // INCLUDED_EDITENG_BRUSHITEM_HXX -- cgit