diff options
Diffstat (limited to 'sw/inc')
-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 |