summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-11-18 15:44:18 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2011-11-18 15:44:18 -0500
commit27434041afc8160ed81de83484e00c542e2b859a (patch)
tree2eec52e8f764072d89e1a42f5096385f56257060
parente2aca79c0186b77e8eb7c4de7a0b35879584fee4 (diff)
We probably don't need to do this for the new popup.
-rw-r--r--sc/source/ui/view/gridwin.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index e378a7f7a6b4..dd5e94f23b70 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -715,8 +715,6 @@ void ScGridWindow::LaunchAutoFilterMenu(SCCOL nCol, SCROW nRow)
mpAutoFilterPopup->addMenuItem(
ScResId::toString(ScResId(SCSTR_NOTEMPTY)), true, new AutoFilterAction(this, NonEmpty));
- mpAutoFilterPopup->SetPopupModeEndHdl( LINK(this, ScGridWindow, PopupModeEndHdl) );
-
mpAutoFilterPopup->launch(aCellRect);
}