diff options
author | Noel Grandin <noel@peralex.com> | 2016-10-05 11:48:37 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-10-05 11:48:37 +0200 |
commit | 315c06d79256ddcc50c4817a2c93c161a01c9f8d (patch) | |
tree | 8d46e0efa24ed21fc82b4db44946ee22e148598d /sc/source/ui/dbgui | |
parent | c47c1e3551e9bdfb92bbbb8bc87b5e2314449efd (diff) |
loplugin:unnecessaryoverride in sc
Change-Id: I149e65eb605d405be54c7340ff2e668cc18c7552
Diffstat (limited to 'sc/source/ui/dbgui')
-rw-r--r-- | sc/source/ui/dbgui/textimportoptions.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/ui/dbgui/textimportoptions.cxx b/sc/source/ui/dbgui/textimportoptions.cxx index 69d6ffc4dc71..7c93e0777130 100644 --- a/sc/source/ui/dbgui/textimportoptions.cxx +++ b/sc/source/ui/dbgui/textimportoptions.cxx @@ -52,11 +52,6 @@ void ScTextImportOptionsDlg::dispose() } -short ScTextImportOptionsDlg::Execute() -{ - return ModalDialog::Execute(); -} - LanguageType ScTextImportOptionsDlg::getLanguageType() const { if (m_pRbAutomatic->IsChecked()) |