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/svx/xfltrit.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx/xfltrit.hxx') diff --git a/include/svx/xfltrit.hxx b/include/svx/xfltrit.hxx index 3424a691d334..4109b7a43e41 100644 --- a/include/svx/xfltrit.hxx +++ b/include/svx/xfltrit.hxx @@ -41,7 +41,7 @@ public: SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, OUString &rText, const IntlWrapper * = 0 ) const SAL_OVERRIDE; - virtual void dumpAsXml(struct _xmlTextWriter* pWriter) const; + void dumpAsXml(struct _xmlTextWriter* pWriter) const SAL_OVERRIDE; }; #endif -- cgit