summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/colfrm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/colfrm.hxx')
-rw-r--r--sw/source/core/inc/colfrm.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/source/core/inc/colfrm.hxx b/sw/source/core/inc/colfrm.hxx
index e2e1125ffd07..a223dfa8032a 100644
--- a/sw/source/core/inc/colfrm.hxx
+++ b/sw/source/core/inc/colfrm.hxx
@@ -22,7 +22,7 @@
#include "ftnboss.hxx"
-class SwColumnFrame : public SwFootnoteBossFrame
+class SwColumnFrame final : public SwFootnoteBossFrame
{
private:
virtual void DestroyImpl() override;
@@ -33,6 +33,8 @@ public:
virtual void PaintBreak() const override;
virtual void PaintSubsidiaryLines(const SwPageFrame*, const SwRect&) const override;
+
+ void dumpAsXml(xmlTextWriterPtr writer = nullptr) const override;
};
#endif // INCLUDED_SW_SOURCE_CORE_INC_COLFRM_HXX