summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot/typeselectionpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/abpilot/typeselectionpage.hxx')
-rw-r--r--extensions/source/abpilot/typeselectionpage.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/extensions/source/abpilot/typeselectionpage.hxx b/extensions/source/abpilot/typeselectionpage.hxx
index a8c1830145d8..1abdd620d906 100644
--- a/extensions/source/abpilot/typeselectionpage.hxx
+++ b/extensions/source/abpilot/typeselectionpage.hxx
@@ -63,22 +63,22 @@ namespace abp
public:
explicit TypeSelectionPage( OAddessBookSourcePilot* _pParent );
virtual ~TypeSelectionPage();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
// retrieves the currently selected type
AddressSourceType getSelectedType() const;
protected:
// OWizardPage overridables
- virtual void initializePage() SAL_OVERRIDE;
- virtual bool commitPage( ::svt::WizardTypes::CommitPageReason _eReason ) SAL_OVERRIDE;
+ virtual void initializePage() override;
+ virtual bool commitPage( ::svt::WizardTypes::CommitPageReason _eReason ) override;
// TabDialog overridables
- virtual void ActivatePage() SAL_OVERRIDE;
- virtual void DeactivatePage() SAL_OVERRIDE;
+ virtual void ActivatePage() override;
+ virtual void DeactivatePage() override;
// OImportPage overridables
- virtual bool canAdvance() const SAL_OVERRIDE;
+ virtual bool canAdvance() const override;
private:
DECL_LINK_TYPED( OnTypeSelected, Button*, void );