summaryrefslogtreecommitdiff
path: root/sw/inc/txtftn.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/txtftn.hxx')
-rw-r--r--sw/inc/txtftn.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/txtftn.hxx b/sw/inc/txtftn.hxx
index ea72481a8f98..7bd3bad988b5 100644
--- a/sw/inc/txtftn.hxx
+++ b/sw/inc/txtftn.hxx
@@ -37,7 +37,7 @@ class SW_DLLPUBLIC SwTextFootnote : public SwTextAttr
public:
SwTextFootnote( SwFormatFootnote& rAttr, sal_Int32 nStart );
- virtual ~SwTextFootnote();
+ virtual ~SwTextFootnote() override;
inline SwNodeIndex *GetStartNode() const { return m_pStartNode; }
void SetStartNode( const SwNodeIndex *pNode, bool bDelNodes = true );