diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-01-23 09:08:09 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-01-23 09:09:27 +0100 |
commit | ea1d8c5ab3183f67c27683133d286725b4fa98bc (patch) | |
tree | 6023823a3e188ef2b5acf8ec9f2a39e7ecae9daa /include/svx/xflbstit.hxx | |
parent | 5d47b83cef0b2d0486162989722b23e53eb0cdb1 (diff) |
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/svx/xflbstit.hxx')
-rw-r--r-- | include/svx/xflbstit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xflbstit.hxx b/include/svx/xflbstit.hxx index 2e8e9322ed3d..a558ed83220a 100644 --- a/include/svx/xflbstit.hxx +++ b/include/svx/xflbstit.hxx @@ -37,7 +37,7 @@ public: SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, OUString &rText, const IntlWrapper * = 0 ) const SAL_OVERRIDE; - void dumpAsXml(struct _xmlTextWriter* pWriter) const; + void dumpAsXml(struct _xmlTextWriter* pWriter) const SAL_OVERRIDE; }; #endif |