summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot/abspilot.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/abpilot/abspilot.hxx')
-rw-r--r--extensions/source/abpilot/abspilot.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/extensions/source/abpilot/abspilot.hxx b/extensions/source/abpilot/abspilot.hxx
index a161181e2518..2ad80c3cdc77 100644
--- a/extensions/source/abpilot/abspilot.hxx
+++ b/extensions/source/abpilot/abspilot.hxx
@@ -29,7 +29,7 @@
namespace abp
{
- typedef ::vcl::RoadmapWizard OAddressBookSourcePilot_Base;
+ typedef ::vcl::RoadmapWizardMachine OAddressBookSourcePilot_Base;
class OAddressBookSourcePilot final : public OAddressBookSourcePilot_Base
{
css::uno::Reference< css::uno::XComponentContext >
@@ -42,9 +42,11 @@ namespace abp
public:
/// ctor
OAddressBookSourcePilot(
- vcl::Window* _pParent,
+ weld::Window* _pParent,
const css::uno::Reference< css::uno::XComponentContext >& _rxORB);
+ virtual short run() override;
+
/// get the service factory which was used to create the dialog
const css::uno::Reference< css::uno::XComponentContext >&
getORB() { return m_xORB; }
@@ -70,10 +72,6 @@ namespace abp
// RoadmapWizard
virtual OUString getStateDisplayName( WizardState _nState ) const override;
- virtual bool Close() override;
-
- DECL_LINK( OnCancelClicked, Button*, void );
-
/** creates a new data source of the type indicated by m_aSettings
<p>If another data source has been created before, this one is deleted.</p>
*/