summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/csvcontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/csvcontrol.hxx')
-rw-r--r--sc/source/ui/inc/csvcontrol.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/csvcontrol.hxx b/sc/source/ui/inc/csvcontrol.hxx
index 714a656801a8..3537f629920c 100644
--- a/sc/source/ui/inc/csvcontrol.hxx
+++ b/sc/source/ui/inc/csvcontrol.hxx
@@ -272,8 +272,8 @@ public:
// event handling ---------------------------------------------------------
- virtual void GetFocus();
- virtual void LoseFocus();
+ virtual void GetFocus() SAL_OVERRIDE;
+ virtual void LoseFocus() SAL_OVERRIDE;
/** Sends a GetFocus or LoseFocus event to the accessibility object. */
void AccSendFocusEvent( bool bFocused );
@@ -409,7 +409,7 @@ public:
public:
/** Creates and returns the accessible object of this control. Do not overwrite in
derived classes, use ImplCreateAccessible() instead. */
- virtual XAccessibleRef CreateAccessible();
+ virtual XAccessibleRef CreateAccessible() SAL_OVERRIDE;
protected:
/** Derived classes create a new accessible object here. */