summaryrefslogtreecommitdiff
path: root/cui/source/inc/iconcdlg.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-12 16:04:04 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-12 17:52:29 +0200
commitb36963c0a6a09f70ca6d8d607dd3249a3496497d (patch)
tree33e06dc8d227957cb31355277fb5cf20b9918628 /cui/source/inc/iconcdlg.hxx
parentb08247a12b43fcd9f86ecd912fce7d69a3e66061 (diff)
Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
Diffstat (limited to 'cui/source/inc/iconcdlg.hxx')
-rw-r--r--cui/source/inc/iconcdlg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/cui/source/inc/iconcdlg.hxx b/cui/source/inc/iconcdlg.hxx
index d95edc8b50f1..39cc6386fedc 100644
--- a/cui/source/inc/iconcdlg.hxx
+++ b/cui/source/inc/iconcdlg.hxx
@@ -84,7 +84,7 @@ protected:
public:
virtual ~IconChoicePage();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
const SfxItemSet& GetItemSet() const { return *pSet; }
@@ -108,8 +108,8 @@ public:
OUString GetUserData() { return aUserString; }
virtual bool QueryClose();
- void StateChanged( StateChangedType nType ) SAL_OVERRIDE;
- void DataChanged( const DataChangedEvent& rDCEvt ) SAL_OVERRIDE;
+ void StateChanged( StateChangedType nType ) override;
+ void DataChanged( const DataChangedEvent& rDCEvt ) override;
};
class IconChoiceDialog : public ModalDialog
@@ -175,7 +175,7 @@ public:
IconChoiceDialog ( vcl::Window* pParent, const OUString& rID, const OUString& rUIXMLDescription,
const SfxItemSet * pItemSet = 0 );
virtual ~IconChoiceDialog ();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
// interface
SvxIconChoiceCtrlEntry* AddTabPage(
@@ -198,7 +198,7 @@ public:
const CancelButton& GetCancelButton() const { return *m_pCancelBtn; }
CancelButton& GetCancelButton() { return *m_pCancelBtn; }
- short Execute() SAL_OVERRIDE;
+ short Execute() override;
void Start( bool bShow = true );
bool QueryClose();