diff options
Diffstat (limited to 'sw/inc/txtftn.hxx')
-rw-r--r-- | sw/inc/txtftn.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/inc/txtftn.hxx b/sw/inc/txtftn.hxx index 2d86bf217e64..6c8ca41bc8c6 100644 --- a/sw/inc/txtftn.hxx +++ b/sw/inc/txtftn.hxx @@ -37,7 +37,9 @@ class SW_DLLPUBLIC SwTextFootnote final : public SwTextAttr sal_uInt16 m_nSeqNo; public: - SwTextFootnote( SwFormatFootnote& rAttr, sal_Int32 nStart ); + SwTextFootnote( + const SfxPoolItemHolder& rAttr, + sal_Int32 nStart ); virtual ~SwTextFootnote() override; const SwNodeIndex *GetStartNode() const { return m_oStartNode ? &*m_oStartNode : nullptr; } |