summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/autoedit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/autoedit.hxx')
-rw-r--r--sw/source/uibase/inc/autoedit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/autoedit.hxx b/sw/source/uibase/inc/autoedit.hxx
index 421236967b74..ccfde8c46d85 100644
--- a/sw/source/uibase/inc/autoedit.hxx
+++ b/sw/source/uibase/inc/autoedit.hxx
@@ -27,7 +27,7 @@ public:
AutoEdit( vcl::Window* pParent, ResId aResId ) : Edit( pParent, aResId ){}
protected:
- virtual void KeyInput( const KeyEvent& rEvent ) SAL_OVERRIDE;
+ virtual void KeyInput( const KeyEvent& rEvent ) override;
};
// Implementation in autocorr.cxx