diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-01-09 09:24:01 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-01-09 09:24:15 +0100 |
commit | 4280ff6cb5696f33a425034130875c0a89be5aa5 (patch) | |
tree | 74561945adf19704938313f1ece4cb788ee8da42 /include | |
parent | 901e5c3a21a1299d10c44bc844246fe8c329bb82 (diff) |
Factor out XFillBmpTileItem::dumpAsXml() from sw
Change-Id: I01816988eb3c47e60826ff01c1b8402f9f5130e4
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/xflbmtit.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/xflbmtit.hxx b/include/svx/xflbmtit.hxx index 7cb12485ba2b..cefca741b3ab 100644 --- a/include/svx/xflbmtit.hxx +++ b/include/svx/xflbmtit.hxx @@ -37,6 +37,7 @@ public: SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, OUString &rText, const IntlWrapper * = 0 ) const SAL_OVERRIDE; + virtual void dumpAsXml(struct _xmlTextWriter* pWriter) const; }; #endif |