From 7b7d11209bf15604532467126d8704eaf5f51799 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Sun, 22 Feb 2015 12:07:43 +0100 Subject: Extract SwRangeRedline::dumpAsXml() from SwRedlineTbl Change-Id: Ia0eea8a0c4ef7a8297da185d8187017e76bea422 --- sw/inc/redline.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/inc/redline.hxx') diff --git a/sw/inc/redline.hxx b/sw/inc/redline.hxx index b789ce6ea2e1..533c027628a2 100644 --- a/sw/inc/redline.hxx +++ b/sw/inc/redline.hxx @@ -293,6 +293,7 @@ public: bool operator==( const SwRangeRedline& ) const; bool operator<( const SwRangeRedline& ) const; + void dumpAsXml(struct _xmlTextWriter* pWriter) const; }; /// Base object for 'Redlines' that are not of 'Ranged' type (like table row insert\delete) -- cgit