diff options
Diffstat (limited to 'include/editeng/shaditem.hxx')
-rw-r--r-- | include/editeng/shaditem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/shaditem.hxx b/include/editeng/shaditem.hxx index ee09121c2200..6a7298ae1274 100644 --- a/include/editeng/shaditem.hxx +++ b/include/editeng/shaditem.hxx @@ -79,7 +79,7 @@ public: virtual sal_uInt16 GetValueCount() const override; virtual sal_uInt16 GetEnumValue() const override; virtual void SetEnumValue( sal_uInt16 nNewVal ) override; - void dumpAsXml(struct _xmlTextWriter* pWriter) const override; + void dumpAsXml(xmlTextWriterPtr pWriter) const override; }; inline SvxShadowItem &SvxShadowItem::operator=( const SvxShadowItem& rFmtShadow ) |