summaryrefslogtreecommitdiff
path: root/include/svx/passwd.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/passwd.hxx')
-rw-r--r--include/svx/passwd.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/passwd.hxx b/include/svx/passwd.hxx
index e4b1295000e7..109b055b0688 100644
--- a/include/svx/passwd.hxx
+++ b/include/svx/passwd.hxx
@@ -53,7 +53,7 @@ private:
public:
SvxPasswordDialog( vcl::Window* pParent, bool bAllowEmptyPasswords = false, bool bDisableOldPassword = false );
virtual ~SvxPasswordDialog();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
OUString GetOldPassword() const { return m_pOldPasswdED->GetText(); }
OUString GetNewPassword() const { return m_pNewPasswdED->GetText(); }