summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/DescriptiveStatisticsDialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/DescriptiveStatisticsDialog.hxx')
-rw-r--r--sc/source/ui/inc/DescriptiveStatisticsDialog.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/DescriptiveStatisticsDialog.hxx b/sc/source/ui/inc/DescriptiveStatisticsDialog.hxx
index 1ec90687809a..ef57a6a2081c 100644
--- a/sc/source/ui/inc/DescriptiveStatisticsDialog.hxx
+++ b/sc/source/ui/inc/DescriptiveStatisticsDialog.hxx
@@ -30,11 +30,11 @@ public:
virtual ~ScDescriptiveStatisticsDialog();
- 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