diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-12-19 09:04:41 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-12-19 09:05:09 +0100 |
commit | 9071c5070cbcf6bba00285cdd9b062e961a10287 (patch) | |
tree | 71381eb4127ef536658463c9213d15bf3126c4f5 /sw/inc/fmtcntnt.hxx | |
parent | 93bb2101197c1ff64a5cc3ab9ffa64f66c0d9641 (diff) |
Factor out SwFmtCntnt::dumpAsXml() from nodedump
Change-Id: I6adcaa8534efefa474d489125d3fb95f150e3e89
Diffstat (limited to 'sw/inc/fmtcntnt.hxx')
-rw-r--r-- | sw/inc/fmtcntnt.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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 |