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