diff options
author | Noel Grandin <noel@peralex.com> | 2016-09-09 08:37:09 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-09-09 08:49:59 +0000 |
commit | c3c3e5b0554ca3f49649c96cf0b0b1b770713532 (patch) | |
tree | ca72b4772363484cc3664c26b70698fc396c8e8b /dbaccess/source | |
parent | d4b0ab2214425545aac5d98c49dc320ee39d6dc2 (diff) |
loplugin:constantparam in svtools
Change-Id: I04caae0c9ae621c55e16d3bdc014a4729617feb3
Reviewed-on: https://gerrit.libreoffice.org/28757
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/ui/dlg/dbwizsetup.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/dbwizsetup.cxx b/dbaccess/source/ui/dlg/dbwizsetup.cxx index 197c32199bf4..b9f5e1535920 100644 --- a/dbaccess/source/ui/dlg/dbwizsetup.cxx +++ b/dbaccess/source/ui/dlg/dbwizsetup.cxx @@ -106,7 +106,7 @@ ODbTypeWizDialogSetup::ODbTypeWizDialogSetup(vcl::Window* _pParent ,const Reference< XComponentContext >& _rxORB ,const css::uno::Any& _aDataSourceName ) - :svt::RoadmapWizard( _pParent, WizardButtonFlags::NEXT | WizardButtonFlags::PREVIOUS | WizardButtonFlags::FINISH | WizardButtonFlags::CANCEL | WizardButtonFlags::HELP ) + :svt::RoadmapWizard( _pParent ) , m_pOutSet(nullptr) , m_bIsConnectable( false) |