summaryrefslogtreecommitdiff
path: root/sw/inc/docary.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-02-27 09:01:06 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-02-27 09:01:46 +0100
commit5020ed93a40ea24d259b316a02a30eb868c41c2d (patch)
treec6922de00c557f22cd8f155b46dbad4b2c80c608 /sw/inc/docary.hxx
parente80d1cfcb75659eddfd7a29e45d9e6ee935668ac (diff)
Move SwExtraRedlineTbl::dumpAsXml() out of docnode
Change-Id: Ic9762d9392493a84fe124349e7616ac21f7e8586
Diffstat (limited to 'sw/inc/docary.hxx')
-rw-r--r--sw/inc/docary.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx
index 8b36d6a9b090..abe14800a0ce 100644
--- a/sw/inc/docary.hxx
+++ b/sw/inc/docary.hxx
@@ -204,7 +204,7 @@ public:
void DeleteAndDestroy( sal_uInt16 nPos, sal_uInt16 nLen = 1 );
void DeleteAndDestroyAll();
- void dumpAsXml(xmlTextWriterPtr w) const;
+ void dumpAsXml(struct _xmlTextWriter* pWriter) const;
/** Search next or previous Redline with the same Seq. No.
Search can be restricted via Lookahaed.