summaryrefslogtreecommitdiff
path: root/sc/source/ui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-12-15 18:23:04 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-12-17 09:35:25 +0000
commit68d421bdac59295bf91457def4cc041ea5c3d8d0 (patch)
tree543f5fef4389e223073e23ca04ff5685620c0ae0 /sc/source/ui
parent0d5644bbe90e87ccd646276bfc545c3201caa005 (diff)
callcatcher: update unusedcode code list
Change-Id: I3ba30e0745c8f2adac29a6c4ff15a8156cee4baf
Diffstat (limited to 'sc/source/ui')
-rw-r--r--sc/source/ui/cctrl/checklistmenu.cxx5
-rw-r--r--sc/source/ui/inc/checklistmenu.hxx2
2 files changed, 0 insertions, 7 deletions
diff --git a/sc/source/ui/cctrl/checklistmenu.cxx b/sc/source/ui/cctrl/checklistmenu.cxx
index ccc47c029e64..b125c013e2cc 100644
--- a/sc/source/ui/cctrl/checklistmenu.cxx
+++ b/sc/source/ui/cctrl/checklistmenu.cxx
@@ -1319,11 +1319,6 @@ void ScCheckListMenuWindow::setConfig(const Config& rConfig)
maConfig = rConfig;
}
-const Size& ScCheckListMenuWindow::getWindowSize() const
-{
- return maWndSize;
-}
-
bool ScCheckListMenuWindow::isAllSelected() const
{
return maChkToggleAll.IsChecked();
diff --git a/sc/source/ui/inc/checklistmenu.hxx b/sc/source/ui/inc/checklistmenu.hxx
index cabddc553dc3..1a36ae54f540 100644
--- a/sc/source/ui/inc/checklistmenu.hxx
+++ b/sc/source/ui/inc/checklistmenu.hxx
@@ -244,8 +244,6 @@ public:
void initMembers();
void setConfig(const Config& rConfig);
- const Size& getWindowSize() const;
-
bool isAllSelected() const;
void getResult(ResultType& rResult);
void launch(const Rectangle& rRect);