summaryrefslogtreecommitdiff
path: root/sw/inc/redline.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-02-22 12:07:43 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-02-22 17:40:36 +0100
commit7b7d11209bf15604532467126d8704eaf5f51799 (patch)
tree590858eb2199e10cb33371b51976e7d002b3a137 /sw/inc/redline.hxx
parent4e91003337f8f35810efa00322d041fb4ff94df7 (diff)
Extract SwRangeRedline::dumpAsXml() from SwRedlineTbl
Change-Id: Ia0eea8a0c4ef7a8297da185d8187017e76bea422
Diffstat (limited to 'sw/inc/redline.hxx')
-rw-r--r--sw/inc/redline.hxx1
1 files changed, 1 insertions, 0 deletions
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)