summaryrefslogtreecommitdiffstats
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.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/ui/cctrl/checklistmenu.cxx b/sc/source/ui/cctrl/checklistmenu.cxx
index c4c6be5810fb..2e2413b367f6 100644
--- a/sc/source/ui/cctrl/checklistmenu.cxx
+++ b/sc/source/ui/cctrl/checklistmenu.cxx
@@ -428,10 +428,6 @@ void ScMenuFloatingWindow::drawAllMenuItems()
}
}
-const Font& ScMenuFloatingWindow::getLabelFont() const
-{
- return maLabelFont;
-}
void ScMenuFloatingWindow::executeMenuItem(size_t nPos)
{
@@ -656,10 +652,6 @@ void ScMenuFloatingWindow::setName(const OUString& rName)
maName = rName;
}
-const OUString& ScMenuFloatingWindow::getName() const
-{
- return maName;
-}
void ScMenuFloatingWindow::highlightMenuItem(size_t nPos, bool bSelected)
{