From 9071c5070cbcf6bba00285cdd9b062e961a10287 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 19 Dec 2014 09:04:41 +0100 Subject: Factor out SwFmtCntnt::dumpAsXml() from nodedump Change-Id: I6adcaa8534efefa474d489125d3fb95f150e3e89 --- sw/inc/fmtcntnt.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sw/inc/fmtcntnt.hxx') diff --git a/sw/inc/fmtcntnt.hxx b/sw/inc/fmtcntnt.hxx index c4efe4f7989c..a33b545be1a2 100644 --- a/sw/inc/fmtcntnt.hxx +++ b/sw/inc/fmtcntnt.hxx @@ -44,6 +44,8 @@ public: const SwNodeIndex *GetCntntIdx() const { return pStartNode; } void SetNewCntntIdx( const SwNodeIndex *pIdx ); + + void dumpAsXml(struct _xmlTextWriter* pWriter) const; }; inline const SwFmtCntnt &SwAttrSet::GetCntnt(bool bInP) const -- cgit