summaryrefslogtreecommitdiff
path: root/sw/inc/calbck.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2023-04-06 13:10:50 +0100
committerCaolán McNamara <caolanm@redhat.com>2023-04-06 16:46:51 +0200
commit91ff3a3ef603aa1f9eb2db7f34522f38be44dc38 (patch)
treeef6358e67ca52057129a885a49893ddb432547a7 /sw/inc/calbck.hxx
parent2940491e2670610ca68288dd55af65238306d947 (diff)
there is no SwClient::SwClientModify
presumbly we want SwClient::SwClientNotify here Change-Id: I826abcc3612246c65449f41cbd82d5cd330a5430 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150105 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc/calbck.hxx')
-rw-r--r--sw/inc/calbck.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/calbck.hxx b/sw/inc/calbck.hxx
index 523557f7dc68..9cbba5d1bd6e 100644
--- a/sw/inc/calbck.hxx
+++ b/sw/inc/calbck.hxx
@@ -147,7 +147,7 @@ protected:
// write access to pRegisteredIn shall be granted only to the object itself (protected access)
SwModify* GetRegisteredInNonConst() const { return m_pRegisteredIn; }
- // when overriding this, you MUST call SwClient::SwClientModify() in the override!
+ // when overriding this, you MUST call SwClient::SwClientNotify() in the override!
virtual void SwClientNotify(const SwModify&, const SfxHint& rHint) override;
public: