summaryrefslogtreecommitdiff
path: root/sc/source/ui/cctrl/popmenu.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/cctrl/popmenu.cxx')
-rw-r--r--sc/source/ui/cctrl/popmenu.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/cctrl/popmenu.cxx b/sc/source/ui/cctrl/popmenu.cxx
index e6fb1dcce058..47b2b88f8334 100644
--- a/sc/source/ui/cctrl/popmenu.cxx
+++ b/sc/source/ui/cctrl/popmenu.cxx
@@ -19,14 +19,10 @@
#include "popmenu.hxx"
-
-
void ScPopupMenu::Select()
{
nSel = GetCurItemId();
bHit = true;
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */