sc/source/ui/view/gridwin.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3c4c98784d352c6edeae598233fd46775373d332
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Wed Nov 17 14:51:39 2021 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Wed Nov 17 20:46:29 2021 +0100

    wrong function name in comment
    
    Change-Id: I80f7f8cbf17bea0de770eb590ade6bbdb2fc7ac6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125406
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index d850ac042872..6013848bb85c 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -502,7 +502,7 @@ public:
     virtual bool execute() override
     {
         mpWindow->UpdateAutoFilterFromMenu(meMode);
-        // RefreshAutoFilterButton manually closes the popup so return
+        // UpdateAutoFilterFromMenu manually closes the popup so return
         // false to not attempt a second close
         return false;
     }

Reply via email to