diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-01 17:13:21 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-01 19:15:12 +0100 |
commit | 14988563074aa84cf29997103e7f8c2dbe4d2890 (patch) | |
tree | ad36bff343ad5121f9748ad48efe268332c902aa /sw/inc/ndtxt.hxx | |
parent | 2c334494efd4ee52638435a9b55b1e4b33b04b54 (diff) |
Extract SwTxtNode::dumpAsXml() from nodedump
Change-Id: Ic9711129b5b5db2151889e2db511f0ae5b216bc0
Diffstat (limited to 'sw/inc/ndtxt.hxx')
-rw-r--r-- | sw/inc/ndtxt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx index 77c93c9dacf8..45e31071fadc 100644 --- a/sw/inc/ndtxt.hxx +++ b/sw/inc/ndtxt.hxx @@ -792,7 +792,7 @@ public: bool IsCollapse() const; - virtual void dumpAsXml( xmlTextWriterPtr writer = NULL ) const SAL_OVERRIDE; + virtual void dumpAsXml(struct _xmlTextWriter* pWriter) const SAL_OVERRIDE; sal_uInt32 GetRsid( sal_Int32 nStt, sal_Int32 nEnd ) const; sal_uInt32 GetParRsid() const; |