diff options
Diffstat (limited to 'sw/inc/fmtftn.hxx')
-rw-r--r-- | sw/inc/fmtftn.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmtftn.hxx b/sw/inc/fmtftn.hxx index c751ee03a730..bf2e744814bd 100644 --- a/sw/inc/fmtftn.hxx +++ b/sw/inc/fmtftn.hxx @@ -44,7 +44,7 @@ class SwXTextRange; /// for the footnote content is defined by m_pTextAttr. class SW_DLLPUBLIC SwFormatFootnote final : public SfxPoolItem - , public SvtBroadcaster + , public sw::BroadcasterMixin { friend class SwTextFootnote; SwTextFootnote* m_pTextAttr; ///< My TextAttribute. |