diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-12-05 09:07:36 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-12-05 09:08:58 +0100 |
commit | 3434327a5f2559a6d24146b35236042fe8741038 (patch) | |
tree | 7b15fd1f346947fcb1f6366c34a003712ad66342 /include/editeng/postitem.hxx | |
parent | 166fe80d65f1d46e52d313cf8894d9604b6a2ab8 (diff) |
Factor out SvxPostureItem::dumpAsXml() from sw
Again, the motivation is that dumper for something in editeng should be
in that module as well, before home-grown dumpers are invented and
duplicated e.g. in all sw/sc/sd.
Change-Id: Icfeed9549efbd80226ff04e9070766188cc8646e
Diffstat (limited to 'include/editeng/postitem.hxx')
-rw-r--r-- | include/editeng/postitem.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/editeng/postitem.hxx b/include/editeng/postitem.hxx index 00cbbf4c5c74..2651415b7586 100644 --- a/include/editeng/postitem.hxx +++ b/include/editeng/postitem.hxx @@ -69,6 +69,8 @@ public: { return (FontItalic)GetValue(); } void SetPosture( FontItalic eNew ) { SetValue( (sal_uInt16)eNew ); } + + void dumpAsXml(struct _xmlTextWriter* pWriter) const; }; #endif // INCLUDED_EDITENG_POSTITEM_HXX |