summaryrefslogtreecommitdiff
path: root/sw/source/core/uibase/inc/dselect.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/uibase/inc/dselect.hxx')
-rw-r--r--sw/source/core/uibase/inc/dselect.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/uibase/inc/dselect.hxx b/sw/source/core/uibase/inc/dselect.hxx
index d3905bc27e57..c087fa072bf8 100644
--- a/sw/source/core/uibase/inc/dselect.hxx
+++ b/sw/source/core/uibase/inc/dselect.hxx
@@ -33,9 +33,9 @@ class DrawSelection : public SwDrawBase
DrawSelection(SwWrtShell* pSh, SwEditWin* pWin, SwView* pView);
// mouse- & key events
- virtual sal_Bool KeyInput(const KeyEvent& rKEvt);
+ virtual sal_Bool KeyInput(const KeyEvent& rKEvt) SAL_OVERRIDE;
- virtual void Activate(const sal_uInt16 nSlotId); // activate function
+ virtual void Activate(const sal_uInt16 nSlotId) SAL_OVERRIDE; // activate function
};
#endif // INCLUDED_SW_SOURCE_UI_INC_DSELECT_HXX