diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-01-12 09:09:15 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-01-12 09:09:34 +0100 |
commit | 0042de4cf8ca02dd0fe9063266b69943d97b645b (patch) | |
tree | 5f1357c3224bf3f24c5358625490222d92b23bfe /include/editeng | |
parent | 92cef7eb344c9c9c7a6aa1489845a1b0eb346ead (diff) |
Factor out SvxProtectItem::dumpAsXml() from sw
Change-Id: I780afa7c5faa0f594257200c5c2c132cc49388b6
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/protitem.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/editeng/protitem.hxx b/include/editeng/protitem.hxx index 9c05284d914a..a21bb6b785a8 100644 --- a/include/editeng/protitem.hxx +++ b/include/editeng/protitem.hxx @@ -66,6 +66,7 @@ public: virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const SAL_OVERRIDE; virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) SAL_OVERRIDE; + void dumpAsXml(struct _xmlTextWriter* pWriter) const; }; inline SvxProtectItem::SvxProtectItem( const sal_uInt16 nId ) |