From 3434327a5f2559a6d24146b35236042fe8741038 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 5 Dec 2014 09:07:36 +0100 Subject: 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 --- include/editeng/postitem.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/editeng/postitem.hxx') 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 -- cgit