diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-11-17 14:51:39 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-11-17 20:46:29 +0100 |
commit | 3c4c98784d352c6edeae598233fd46775373d332 (patch) | |
tree | 43588cfadf01c1d43845dd67ab611b27d584c9e4 /sc | |
parent | 970f8ec7c8eb6007181ce55d885eef771dd49cc6 (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>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/gridwin.cxx | 2 |
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; } |