summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/highred.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/highred.hxx')
-rw-r--r--sc/source/ui/inc/highred.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/inc/highred.hxx b/sc/source/ui/inc/highred.hxx
index cc113c2dd837..beaaf11a0d7f 100644
--- a/sc/source/ui/inc/highred.hxx
+++ b/sc/source/ui/inc/highred.hxx
@@ -78,7 +78,7 @@ private:
protected:
- virtual void RefInputDone( bool bForced = false );
+ virtual void RefInputDone( bool bForced = false ) SAL_OVERRIDE;
public:
ScHighlightChgDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent,
@@ -86,10 +86,10 @@ public:
~ScHighlightChgDlg();
- virtual void SetActive();
- virtual void SetReference( const ScRange& rRef, ScDocument* pDoc );
- virtual bool Close();
- virtual bool IsRefInputMode() const;
+ virtual void SetActive() SAL_OVERRIDE;
+ virtual void SetReference( const ScRange& rRef, ScDocument* pDoc ) SAL_OVERRIDE;
+ virtual bool Close() SAL_OVERRIDE;
+ virtual bool IsRefInputMode() const SAL_OVERRIDE;
};