summaryrefslogtreecommitdiff
path: root/include/sfx2/dinfedt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/dinfedt.hxx')
-rw-r--r--include/sfx2/dinfedt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/dinfedt.hxx b/include/sfx2/dinfedt.hxx
index 3560e0e2fc39..84c59666d31f 100644
--- a/include/sfx2/dinfedt.hxx
+++ b/include/sfx2/dinfedt.hxx
@@ -32,7 +32,7 @@ public:
InfoEdit_Impl( Window* pParent, const ResId& rResId ) :
Edit( pParent, rResId ) {}
- virtual void KeyInput( const KeyEvent& rKEvent );
+ virtual void KeyInput( const KeyEvent& rKEvent ) SAL_OVERRIDE;
};
#endif