sw/inc/calbck.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 91ff3a3ef603aa1f9eb2db7f34522f38be44dc38
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Thu Apr 6 13:10:50 2023 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Thu Apr 6 16:46:51 2023 +0200

    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 <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

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:

Reply via email to