diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2021-04-15 10:40:08 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-04-15 13:00:11 +0200 |
commit | 96d60ec785dad784e76fe351176b0782807c649a (patch) | |
tree | 4ebc34c3edbfc9cabfd37daa4b778fb227f4f789 /sc | |
parent | a080727522e04b8e1fc1641c892af9227d2e8dad (diff) |
Fix comment
Change-Id: Ia9af45c7e9a0805885eebc00e0540f2d69a1859b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114132
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/inc/checklistmenu.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/inc/checklistmenu.hxx b/sc/source/ui/inc/checklistmenu.hxx index 1bdd5b49b18d..926e56397afc 100644 --- a/sc/source/ui/inc/checklistmenu.hxx +++ b/sc/source/ui/inc/checklistmenu.hxx @@ -293,8 +293,7 @@ private: }; /** - * This class implements a popup window for field button, for quick access - * of hide-item list, and possibly more stuff related to field options. + * This class implements a popup window for the auto filter dropdown. */ class ScCheckListMenuWindow : public DropdownDockingWindow { |