diff options
Diffstat (limited to 'sw/inc/frmfmt.hxx')
-rw-r--r-- | sw/inc/frmfmt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx index bb8a9622d2be..5c3c9dc55213 100644 --- a/sw/inc/frmfmt.hxx +++ b/sw/inc/frmfmt.hxx @@ -175,7 +175,7 @@ public: virtual drawinglayer::attribute::SdrAllFillAttributesHelperPtr getSdrAllFillAttributesHelper() const override; virtual bool supportsFullDrawingLayerFillAttributeSet() const override; - void dumpAsXml(struct _xmlTextWriter* pWriter) const; + void dumpAsXml(xmlTextWriterPtr pWriter) const; virtual void SetName( const OUString& rNewName, bool bBroadcast=false ) override; }; |