summaryrefslogtreecommitdiff
path: root/sw/inc/crsrsh.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/crsrsh.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/crsrsh.hxx')
-rw-r--r--sw/inc/crsrsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx
index e4d47805a1bf..7eb1a2d0273b 100644
--- a/sw/inc/crsrsh.hxx
+++ b/sw/inc/crsrsh.hxx
@@ -135,7 +135,7 @@ bool GetRanges(std::vector<std::shared_ptr<SwUnoCursor>> & rRanges,
class SW_DLLPUBLIC SwCursorShell
: public SwViewShell
- , public SwModify
+ , public sw::BroadcastingModify
, public ::sw::IShellCursorSupplier
{
friend class SwCallLink;