diff options
Diffstat (limited to 'extensions/source/abpilot/abspilot.cxx')
-rw-r--r-- | extensions/source/abpilot/abspilot.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/source/abpilot/abspilot.cxx b/extensions/source/abpilot/abspilot.cxx index a7b6c79df019..5eee1ca3037d 100644 --- a/extensions/source/abpilot/abspilot.cxx +++ b/extensions/source/abpilot/abspilot.cxx @@ -55,8 +55,7 @@ namespace abp using namespace ::com::sun::star::lang; OAddressBookSourcePilot::OAddressBookSourcePilot(vcl::Window* _pParent, const Reference< XComponentContext >& _rxORB) - :OAddressBookSourcePilot_Base( _pParent, - WizardButtonFlags::HELP | WizardButtonFlags::FINISH | WizardButtonFlags::CANCEL | WizardButtonFlags::NEXT | WizardButtonFlags::PREVIOUS ) + :OAddressBookSourcePilot_Base( _pParent ) ,m_xORB(_rxORB) ,m_aNewDataSource(_rxORB) ,m_eNewDataSourceType( AST_INVALID ) |