summaryrefslogtreecommitdiff
path: root/uui/source/masterpassworddlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/masterpassworddlg.hxx')
-rw-r--r--uui/source/masterpassworddlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/masterpassworddlg.hxx b/uui/source/masterpassworddlg.hxx
index bff1996c1ed0..80da364af488 100644
--- a/uui/source/masterpassworddlg.hxx
+++ b/uui/source/masterpassworddlg.hxx
@@ -37,7 +37,7 @@ class MasterPasswordDialog : public ModalDialog
public:
MasterPasswordDialog( vcl::Window* pParent, css::task::PasswordRequestMode nDlgMode, ResMgr * pResMgr );
- virtual ~MasterPasswordDialog();
+ virtual ~MasterPasswordDialog() override;
virtual void dispose() override;
OUString GetMasterPassword() const { return m_pEDMasterPassword->GetText(); }