From 3c4c98784d352c6edeae598233fd46775373d332 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 17 Nov 2021 14:51:39 +0000 Subject: wrong function name in comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I80f7f8cbf17bea0de770eb590ade6bbdb2fc7ac6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125406 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sc/source/ui/view/gridwin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') 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; } -- cgit