diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-12-08 09:15:41 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-12-08 09:17:56 +0100 |
commit | 193c7ba9be48f00b46f9e789f233db577e7b3303 (patch) | |
tree | 92877b8baef043fa3467a9d09d3a81ff12cf0695 /include/editeng | |
parent | 2ecec9d08cdb61494ca7d6b72e9342a3a01171f7 (diff) |
Factor out SvxWeightItem::dumpAsXml() from sw
Change-Id: I97ccc04190b1f75c54e725e0612724a2ef62fe3e
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/wghtitem.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/editeng/wghtitem.hxx b/include/editeng/wghtitem.hxx index 7ecca5707252..4f0c7956b041 100644 --- a/include/editeng/wghtitem.hxx +++ b/include/editeng/wghtitem.hxx @@ -69,6 +69,8 @@ public: { return (FontWeight)GetValue(); } void SetWeight( FontWeight eNew ) { SetValue( (sal_uInt16)eNew ); } + + void dumpAsXml(struct _xmlTextWriter* pWriter) const; }; #endif // INCLUDED_EDITENG_WGHTITEM_HXX |