summaryrefslogtreecommitdiff
path: root/sw/inc/fmtftn.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2020-11-02 21:28:18 +0100
committerBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2020-11-05 07:59:54 +0100
commit0d93ed1ea5593d62e835c958ea50c7c9df2d2f33 (patch)
treef5750d505f1887b1039afa6424a4e5a6c7224abd /sw/inc/fmtftn.hxx
parent4388ce8614ee720244697e44c1f056b597273913 (diff)
Ensure no class directly derives from SwModify
- make all classes that used to be SwModify to be sw::BroadcastingModify's - this makes sure they are all sw::BroadcastMixin too, so all clients of SwModify can be migrated over to use sw::BroadcastMixin (only) instead Change-Id: Idd217b98f9c20f01e0788bc65af796050dbb5699 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105207 Tested-by: Jenkins Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/inc/fmtftn.hxx')
-rw-r--r--sw/inc/fmtftn.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/fmtftn.hxx b/sw/inc/fmtftn.hxx
index 150b3bd7e44e..2ce85ff0728b 100644
--- a/sw/inc/fmtftn.hxx
+++ b/sw/inc/fmtftn.hxx
@@ -39,8 +39,7 @@ class SwRootFrame;
class SW_DLLPUBLIC SwFormatFootnote final
: public SfxPoolItem
- , public SwModify
- , public sw::BroadcasterMixin
+ , public sw::BroadcastingModify
{
friend class SwTextFootnote;
SwTextFootnote* m_pTextAttr; ///< My TextAttribute.