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.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/source/ui/cctrl/checklistmenu.cxx b/sc/source/ui/cctrl/checklistmenu.cxx
index 1b05eff304be..c4c6be5810fb 100644
--- a/sc/source/ui/cctrl/checklistmenu.cxx
+++ b/sc/source/ui/cctrl/checklistmenu.cxx
@@ -476,10 +476,6 @@ void ScMenuFloatingWindow::setSelectedMenuItem(size_t nPos, bool bSubMenuTimer,
fireMenuHighlightedEvent();
}
-size_t ScMenuFloatingWindow::getSelectedMenuItem() const
-{
- return mnSelectedMenu;
-}
void ScMenuFloatingWindow::handleMenuTimeout(SubMenuItemData* pTimer)
{
@@ -741,10 +737,6 @@ void ScMenuFloatingWindow::getMenuItemPosSize(size_t nPos, Point& rPos, Size& rS
rSize = Size(aWndSize.Width() - nLeftMargin*2, nH);
}
-ScMenuFloatingWindow* ScMenuFloatingWindow::getParentMenuWindow() const
-{
- return mpParentMenu;
-}
size_t ScMenuFloatingWindow::getEnclosingMenuItem(const Point& rPos) const
{
@@ -850,10 +842,6 @@ void ScMenuFloatingWindow::terminateAllPopupMenus()
mpParentMenu->terminateAllPopupMenus();
}
-ScDocument* ScMenuFloatingWindow::getDoc()
-{
- return mpDoc;
-}
ScCheckListMenuWindow::Config::Config() :
mbAllowEmptySet(true), mbRTL(false)