summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-11-17 14:51:39 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-11-17 20:46:29 +0100
commit3c4c98784d352c6edeae598233fd46775373d332 (patch)
tree43588cfadf01c1d43845dd67ab611b27d584c9e4
parent970f8ec7c8eb6007181ce55d885eef771dd49cc6 (diff)
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 <caolanm@redhat.com>
-rw-r--r--sc/source/ui/view/gridwin.cxx2
1 files changed, 1 insertions, 1 deletions
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;
}