summaryrefslogtreecommitdiff
path: root/cui/source/inc/acccfg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/acccfg.hxx')
-rw-r--r--cui/source/inc/acccfg.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/cui/source/inc/acccfg.hxx b/cui/source/inc/acccfg.hxx
index df4b62dcd42a..dbcd06c39057 100644
--- a/cui/source/inc/acccfg.hxx
+++ b/cui/source/inc/acccfg.hxx
@@ -55,11 +55,11 @@ class SfxAccCfgTabListBox_Impl : public SvTabListBox
{
VclPtr<SfxAcceleratorConfigPage> m_pAccelConfigPage;
- void KeyInput( const KeyEvent &rKEvt ) SAL_OVERRIDE;
+ void KeyInput( const KeyEvent &rKEvt ) override;
protected:
virtual void InitEntry(SvTreeListEntry*, const OUString&, const Image&,
- const Image&, SvLBoxButtonKind eButtonKind) SAL_OVERRIDE;
+ const Image&, SvLBoxButtonKind eButtonKind) override;
public:
SfxAccCfgTabListBox_Impl(vcl::Window *pParent, WinBits nStyle)
@@ -68,7 +68,7 @@ public:
{
}
virtual ~SfxAccCfgTabListBox_Impl();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
void SetAccelConfigPage(SfxAcceleratorConfigPage* pAccelConfigPage)
{
@@ -172,10 +172,10 @@ private:
public:
SfxAcceleratorConfigPage( vcl::Window *pParent, const SfxItemSet& rItemSet );
virtual ~SfxAcceleratorConfigPage();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
- virtual bool FillItemSet( SfxItemSet* ) SAL_OVERRIDE;
- virtual void Reset( const SfxItemSet* ) SAL_OVERRIDE;
+ virtual bool FillItemSet( SfxItemSet* ) override;
+ virtual void Reset( const SfxItemSet* ) override;
void Apply(const css::uno::Reference< css::ui::XAcceleratorConfiguration >& pAccMgr);
};