summaryrefslogtreecommitdiff
path: root/sc/source/ui/cctrl/checklistmenu.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/cctrl/checklistmenu.cxx')
-rw-r--r--sc/source/ui/cctrl/checklistmenu.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/ui/cctrl/checklistmenu.cxx b/sc/source/ui/cctrl/checklistmenu.cxx
index 2e2413b367f6..99ca3a6c0630 100644
--- a/sc/source/ui/cctrl/checklistmenu.cxx
+++ b/sc/source/ui/cctrl/checklistmenu.cxx
@@ -428,7 +428,6 @@ void ScMenuFloatingWindow::drawAllMenuItems()
}
}
-
void ScMenuFloatingWindow::executeMenuItem(size_t nPos)
{
if (nPos >= maMenuItems.size())
@@ -472,7 +471,6 @@ void ScMenuFloatingWindow::setSelectedMenuItem(size_t nPos, bool bSubMenuTimer,
fireMenuHighlightedEvent();
}
-
void ScMenuFloatingWindow::handleMenuTimeout(SubMenuItemData* pTimer)
{
if (pTimer == &maOpenTimer)
@@ -652,7 +650,6 @@ void ScMenuFloatingWindow::setName(const OUString& rName)
maName = rName;
}
-
void ScMenuFloatingWindow::highlightMenuItem(size_t nPos, bool bSelected)
{
if (nPos == MENU_NOT_SELECTED)
@@ -729,7 +726,6 @@ void ScMenuFloatingWindow::getMenuItemPosSize(size_t nPos, Point& rPos, Size& rS
rSize = Size(aWndSize.Width() - nLeftMargin*2, nH);
}
-
size_t ScMenuFloatingWindow::getEnclosingMenuItem(const Point& rPos) const
{
size_t n = maMenuItems.size();
@@ -834,7 +830,6 @@ void ScMenuFloatingWindow::terminateAllPopupMenus()
mpParentMenu->terminateAllPopupMenus();
}
-
ScCheckListMenuWindow::Config::Config() :
mbAllowEmptySet(true), mbRTL(false)
{