From 693d9ff29e7838bafcad5faa7a4e7355807c54cb Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 22 Aug 2019 09:15:51 +0100 Subject: weld SwMailMergeWizard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I03a7fd1f7676792387155db986d710a001887c8d Reviewed-on: https://gerrit.libreoffice.org/77977 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- dbaccess/source/ui/dlg/dbwizsetup.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'dbaccess/source/ui/dlg') diff --git a/dbaccess/source/ui/dlg/dbwizsetup.cxx b/dbaccess/source/ui/dlg/dbwizsetup.cxx index bc1bd79c581e..cc901bd84817 100644 --- a/dbaccess/source/ui/dlg/dbwizsetup.cxx +++ b/dbaccess/source/ui/dlg/dbwizsetup.cxx @@ -174,14 +174,6 @@ ODbTypeWizDialogSetup::ODbTypeWizDialogSetup(weld::Window* _pParent m_xAssistant->set_current_page(0); } -short ODbTypeWizDialogSetup::run() -{ - int nRet = vcl::RoadmapWizardMachine::run(); - if (nRet == static_cast(WizardButtonFlags::FINISH)) - return ui::dialogs::ExecutableDialogResults::OK; - return ui::dialogs::ExecutableDialogResults::CANCEL; -} - void ODbTypeWizDialogSetup::declareAuthDepPath( const OUString& _sURL, PathId _nPathId, const vcl::RoadmapWizardTypes::WizardPath& _rPaths) { bool bHasAuthentication = DataSourceMetaData::getAuthentication( _sURL ) != AuthNone; -- cgit