diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2012-12-30 18:45:51 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@alta.org.br> | 2012-12-31 10:23:16 +0000 |
commit | 3d623f39335870e4c6706e6b985f0218e2faafa6 (patch) | |
tree | 244f12e5c640a9bb1af3fb1ff08ef7312dd63d7f /sc | |
parent | 9eb90b97e80979d384640763507004b2df102379 (diff) |
Remove some unused functions
Change-Id: I618de5d34d891b1b183cca12b71aff4128b2f92e
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1517
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/cctrl/checklistmenu.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/ui/cctrl/checklistmenu.cxx b/sc/source/ui/cctrl/checklistmenu.cxx index b125c013e2cc..98f37d0a31f2 100644 --- a/sc/source/ui/cctrl/checklistmenu.cxx +++ b/sc/source/ui/cctrl/checklistmenu.cxx @@ -599,11 +599,6 @@ void ScMenuFloatingWindow::fillMenuItemsToAccessible(ScAccessibleFilterMenu* pAc } } -ScDocument* ScMenuFloatingWindow::getDoc() -{ - return mpDoc; -} - void ScMenuFloatingWindow::resizeToFitMenuItems() { SetOutputSizePixel(getMenuSize()); |