summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/namedlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/namedlg.hxx')
-rw-r--r--sc/source/ui/inc/namedlg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/inc/namedlg.hxx b/sc/source/ui/inc/namedlg.hxx
index 93a204bf2648..12597276fe0f 100644
--- a/sc/source/ui/inc/namedlg.hxx
+++ b/sc/source/ui/inc/namedlg.hxx
@@ -119,7 +119,7 @@ private:
DECL_LINK( ScopeChangedHdl, void* );
protected:
- virtual void RefInputDone( bool bForced = false );
+ virtual void RefInputDone( bool bForced = false ) SAL_OVERRIDE;
public:
ScNameDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent,
@@ -127,11 +127,11 @@ public:
const ScAddress& aCursorPos, boost::ptr_map<OUString, ScRangeName>* pRangeMap = NULL );
virtual ~ScNameDlg();
- virtual void SetReference( const ScRange& rRef, ScDocument* pDoc );
- virtual bool IsRefInputMode() const;
+ virtual void SetReference( const ScRange& rRef, ScDocument* pDoc ) SAL_OVERRIDE;
+ virtual bool IsRefInputMode() const SAL_OVERRIDE;
- virtual void SetActive();
- virtual bool Close();
+ virtual void SetActive() SAL_OVERRIDE;
+ virtual bool Close() SAL_OVERRIDE;
void GetRangeNames(boost::ptr_map<OUString, ScRangeName>& rRangeMap);
void SetEntry(const OUString& rName, const OUString& rScope);