summaryrefslogtreecommitdiff
path: root/sw/inc/fmtftn.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/fmtftn.hxx')
-rw-r--r--sw/inc/fmtftn.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/fmtftn.hxx b/sw/inc/fmtftn.hxx
index 8636b7024909..a34b2b83b482 100644
--- a/sw/inc/fmtftn.hxx
+++ b/sw/inc/fmtftn.hxx
@@ -96,6 +96,8 @@ public:
unotools::WeakReference<SwXFootnote> const& GetXFootnote() const
{ return m_wXFootnote; }
void SetXFootnote(rtl::Reference<SwXFootnote> const& xNote);
+
+ void dumpAsXml(xmlTextWriterPtr pWriter) const override;
};
#endif