summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/retypepassdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/retypepassdlg.hxx')
-rw-r--r--sc/source/ui/inc/retypepassdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/retypepassdlg.hxx b/sc/source/ui/inc/retypepassdlg.hxx
index 72cd2e979ec7..3b0d2c99573d 100644
--- a/sc/source/ui/inc/retypepassdlg.hxx
+++ b/sc/source/ui/inc/retypepassdlg.hxx
@@ -47,7 +47,7 @@ public:
explicit ScRetypePassDlg(Window* pParent);
virtual ~ScRetypePassDlg();
- virtual short Execute();
+ virtual short Execute() SAL_OVERRIDE;
void SetDataFromDocument(const ScDocument& rDoc);
void SetDesiredHash(ScPasswordHash eHash);
@@ -129,7 +129,7 @@ public:
explicit ScRetypePassInputDlg(Window* pParent, ScPassHashProtectable* pProtected);
virtual ~ScRetypePassInputDlg();
- virtual short Execute();
+ virtual short Execute() SAL_OVERRIDE;
bool IsRemovePassword() const;
OUString GetNewPassword() const;