From 52c2111e4f466edf77e3eee17fc9c283f3b69100 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 2 Feb 2015 11:26:11 +0000 Subject: callcatcher: remove some unused methods Change-Id: Id3ca991e9ede13512a39865496429aabb7e71088 --- cui/source/dialogs/newtabledlg.cxx | 4 ---- cui/source/inc/newtabledlg.hxx | 1 - 2 files changed, 5 deletions(-) (limited to 'cui') diff --git a/cui/source/dialogs/newtabledlg.cxx b/cui/source/dialogs/newtabledlg.cxx index 1fcf49d2ee04..ab9058c0c975 100644 --- a/cui/source/dialogs/newtabledlg.cxx +++ b/cui/source/dialogs/newtabledlg.cxx @@ -33,10 +33,6 @@ short SvxNewTableDialog::Execute(void) return ModalDialog::Execute(); } -void SvxNewTableDialog::Apply(void) -{ -} - sal_Int32 SvxNewTableDialog::getRows() const { return sal::static_int_cast< sal_Int32 >( mpNumRows->GetValue() ); diff --git a/cui/source/inc/newtabledlg.hxx b/cui/source/inc/newtabledlg.hxx index 91d13a0f963f..778457aec69e 100644 --- a/cui/source/inc/newtabledlg.hxx +++ b/cui/source/inc/newtabledlg.hxx @@ -36,7 +36,6 @@ public: SvxNewTableDialog( vcl::Window* pWindow ); virtual short Execute(void) SAL_OVERRIDE; - void Apply(void); virtual sal_Int32 getRows() const SAL_OVERRIDE; virtual sal_Int32 getColumns() const SAL_OVERRIDE; -- cgit