diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2021-04-21 09:53:54 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2021-05-03 09:32:17 +0200 |
commit | 5a4bd9bfbdb881368c202bc766f893a5c672621e (patch) | |
tree | d3f37369f5085e1f343ebb38c2ed13cd9ed8cc72 /sc/source/ui/cctrl | |
parent | 95d8eb87eb20351a2e5795fc8c16653c0f58d6b4 (diff) |
tdf#76258 Filter by colors
UI/Logic implementation
Change-Id: If7b48219caa466d8a3341bdc4e104d696e8988c5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114385
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'sc/source/ui/cctrl')
-rw-r--r-- | sc/source/ui/cctrl/checklistmenu.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/cctrl/checklistmenu.cxx b/sc/source/ui/cctrl/checklistmenu.cxx index 4200457956fe..f825335f5af6 100644 --- a/sc/source/ui/cctrl/checklistmenu.cxx +++ b/sc/source/ui/cctrl/checklistmenu.cxx @@ -197,9 +197,9 @@ void ScCheckListMenuControl::executeMenuItem(size_t nPos) // no action is defined. return; - terminateAllPopupMenus(); - maMenuItems[nPos].mxAction->execute(); + + terminateAllPopupMenus(); } void ScCheckListMenuControl::setSelectedMenuItem(size_t nPos, bool bSubMenuTimer) |