summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}