summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/dpgroupdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/dpgroupdlg.hxx')
-rw-r--r--sc/source/ui/inc/dpgroupdlg.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/dpgroupdlg.hxx b/sc/source/ui/inc/dpgroupdlg.hxx
index e4f2fcf4ac94..dfdca9c8f03f 100644
--- a/sc/source/ui/inc/dpgroupdlg.hxx
+++ b/sc/source/ui/inc/dpgroupdlg.hxx
@@ -69,8 +69,8 @@ public:
virtual ~ScDPNumGroupEditHelper() {}
private:
- virtual bool ImplGetValue( double& rfValue ) const;
- virtual void ImplSetValue( double fValue );
+ virtual bool ImplGetValue( double& rfValue ) const SAL_OVERRIDE;
+ virtual void ImplSetValue( double fValue ) SAL_OVERRIDE;
private:
ScDoubleField* mpEdValue;
@@ -88,8 +88,8 @@ public:
virtual ~ScDPDateGroupEditHelper() {}
private:
- virtual bool ImplGetValue( double& rfValue ) const;
- virtual void ImplSetValue( double fValue );
+ virtual bool ImplGetValue( double& rfValue ) const SAL_OVERRIDE;
+ virtual void ImplSetValue( double fValue ) SAL_OVERRIDE;
private:
DateField* mpEdValue;