diff options
Diffstat (limited to 'include/editeng/protitem.hxx')
-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 ) |