summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/ExponentialSmoothingDialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/ExponentialSmoothingDialog.hxx')
-rw-r--r--sc/source/ui/inc/ExponentialSmoothingDialog.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/ExponentialSmoothingDialog.hxx b/sc/source/ui/inc/ExponentialSmoothingDialog.hxx
index feefaba236cf..e010d3132b9b 100644
--- a/sc/source/ui/inc/ExponentialSmoothingDialog.hxx
+++ b/sc/source/ui/inc/ExponentialSmoothingDialog.hxx
@@ -33,11 +33,11 @@ public:
virtual ~ScExponentialSmoothingDialog();
- virtual bool Close();
+ virtual bool Close() SAL_OVERRIDE;
protected:
- virtual sal_Int16 GetUndoNameId();
- virtual ScRange ApplyOutput(ScDocShell* pDocShell);
+ virtual sal_Int16 GetUndoNameId() SAL_OVERRIDE;
+ virtual ScRange ApplyOutput(ScDocShell* pDocShell) SAL_OVERRIDE;
};
#endif